Last active
February 8, 2020 14:44
-
-
Save RafalSladek/53d833b6afb672e862b28d3553536f2c to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
cat /proc/cpuinfo | |
cat /sys/firmware/devicetree/base/model | |
echo '' | |
vcgencmd measure_temp | |
vcgencmd measure_volts | |
vcgencmd measure_clock arm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment