-
-
Save renevo/a1d4f3eef4e53747fbb8986d6e9bf131 to your computer and use it in GitHub Desktop.
Outputs CPU temperature for Mericans...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '{printf("%.1f°F\n",(($1*1.8)/1e3)+32)}' /sys/class/thermal/thermal_zone0/temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment