Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Created April 4, 2013 00:18
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 stefanschmidt/5306649 to your computer and use it in GitHub Desktop.
Save stefanschmidt/5306649 to your computer and use it in GitHub Desktop.
Get the version number of the most recent Flash Player for OS X
# English language edition
curl -s http://fpdownload2.macromedia.com/get/flashplayer/update/current/xml/version_de_mac_pl.xml | xml sel -t -m /XML/update -v "@version"
# German language edition
curl -s http://fpdownload2.macromedia.com/get/flashplayer/update/current/xml/version_de_mac_pl.xml | xml sel -t -m /XML/update -v "@version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment