Skip to content

Instantly share code, notes, and snippets.

@aadps
Created July 8, 2021 15:41
Show Gist options
  • Save aadps/db1ef47009d852caa8345239cf10ced0 to your computer and use it in GitHub Desktop.
Save aadps/db1ef47009d852caa8345239cf10ced0 to your computer and use it in GitHub Desktop.
#!/bin/sh
touch /run/tmp
vcgencmd measure_temp | cut -d"=" -f2 > /run/temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment