Skip to content

Instantly share code, notes, and snippets.

@blindpet
Created July 21, 2015 09:53
Show Gist options
  • Save blindpet/3a78e12bdf3a11efa857 to your computer and use it in GitHub Desktop.
Save blindpet/3a78e12bdf3a11efa857 to your computer and use it in GitHub Desktop.
check mono version
mono --version | awk 'FNR == 1 {print $5}' | cut -c-4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment