elenapan/Scripts/temperature.sh

3 lines
No EOL
95 B
Bash
Executable file

#
TEMP="$(sensors | grep "Package" | awk '{print $4}' | cut -c 2-3,6-8)"
echo "$TEMP"