Skip to content

Instantly share code, notes, and snippets.

@azenla
Created February 5, 2014 23:00
Show Gist options
  • Save azenla/8835127 to your computer and use it in GitHub Desktop.
Save azenla/8835127 to your computer and use it in GitHub Desktop.
def changeUrl = "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE"
def latest = changeUrl.toURL().text
println "Latest Revision: ${latest}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment