Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MrChrisWeinert/02ad8d8470d2d71dd1a453863d8fe582 to your computer and use it in GitHub Desktop.
Save MrChrisWeinert/02ad8d8470d2d71dd1a453863d8fe582 to your computer and use it in GitHub Desktop.
Shows what version of Linux is running
#!/bin/zsh
grep VERSION /etc/os-release
uname -v
uname -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment