Skip to content

Instantly share code, notes, and snippets.

@LewisLebentz
Created March 10, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LewisLebentz/7a9ef796e5ada363da5eae011ae7e96d to your computer and use it in GitHub Desktop.
Save LewisLebentz/7a9ef796e5ada363da5eae011ae7e96d to your computer and use it in GitHub Desktop.
Bash script to get the latest version number of Chrome for Mac
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