Skip to content

Instantly share code, notes, and snippets.

@agmm
Created August 24, 2022 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agmm/5228acc7e0b477bb99f061e6d1a7a57a to your computer and use it in GitHub Desktop.
Save agmm/5228acc7e0b477bb99f061e6d1a7a57a to your computer and use it in GitHub Desktop.
pi-temperature-fahrenheit
/usr/bin/vcgencmd measure_temp | awk -F "[=']" '{print($2 * 1.8)+32}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment