Skip to content

Instantly share code, notes, and snippets.

@lauborges
Last active March 1, 2019 11:59
Show Gist options
  • Save lauborges/dd81fec4d99a7ba255266e866279e980 to your computer and use it in GitHub Desktop.
Save lauborges/dd81fec4d99a7ba255266e866279e980 to your computer and use it in GitHub Desktop.
get raspberry pi revision
cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment