Created
March 10, 2017 12:49
-
-
Save LewisLebentz/7a9ef796e5ada363da5eae011ae7e96d to your computer and use it in GitHub Desktop.
Bash script to get the latest version number of Chrome for Mac
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
curl -s https://omahaproxy.appspot.com/history | awk -F',' '/mac,stable/{print $3; exit}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment