Skip to content

Instantly share code, notes, and snippets.

@ChatchaiJ
Created July 21, 2017 09:53
Show Gist options
  • Save ChatchaiJ/02053feb5ec56b8d444d4a37d4f34ac6 to your computer and use it in GitHub Desktop.
Save ChatchaiJ/02053feb5ec56b8d444d4a37d4f34ac6 to your computer and use it in GitHub Desktop.
get raspberry pi GPU temperature
#!/bin/sh
sudo /opt/vc/bin/vcgencmd measure_temp | cut -f2 -d= | cut -f1 -d\'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment