Created
July 21, 2015 09:53
-
-
Save blindpet/3a78e12bdf3a11efa857 to your computer and use it in GitHub Desktop.
check mono version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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