Skip to content

Instantly share code, notes, and snippets.

@blindpet
Created September 4, 2015 18:29
Show Gist options
  • Save blindpet/96af50ebf4df71f5783b to your computer and use it in GitHub Desktop.
Save blindpet/96af50ebf4df71f5783b to your computer and use it in GitHub Desktop.
#safe way to get wheezy or trusty info
cat /etc/*release | grep VERSION= | grep '7\|14'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment