Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MrChrisWeinert/02ad8d8470d2d71dd1a453863d8fe582 to your computer and use it in GitHub Desktop.

Select an option

Save MrChrisWeinert/02ad8d8470d2d71dd1a453863d8fe582 to your computer and use it in GitHub Desktop.

Revisions

  1. MrChrisWeinert created this gist Dec 9, 2021.
    4 changes: 4 additions & 0 deletions WhatVersionOfOperatingSystemIsRunning.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/zsh
    grep VERSION /etc/os-release
    uname -v
    uname -r