Update gitignore, remove unused variable in cpusensor

This commit is contained in:
2019-10-25 17:44:19 -04:00
parent ec5c86a7e2
commit 998aac9e4f
2 changed files with 11 additions and 12 deletions

View File

@@ -17,6 +17,5 @@ do
fi
done
temp=$(cat $CPU_SENSOR)
echo "scale=2;((9/5) * $(cat $CPU_SENSOR)/1000) + 32"|bc