Skip to content

Instantly share code, notes, and snippets.

@figital
Created January 29, 2012 18:49
Show Gist options
  • Save figital/1700104 to your computer and use it in GitHub Desktop.
Save figital/1700104 to your computer and use it in GitHub Desktop.
get the temperature of your cpu
sensors -f | grep temp1 | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment