Created
April 4, 2013 22:16
-
-
Save dirk/5314872 to your computer and use it in GitHub Desktop.
Download the latest Mac build of Chromium from their CI repo
This file contains hidden or 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
#!/usr/bin/env ruby | |
version = `wget -O - -q http://commondatastorage.googleapis.com/chromium-browser-continuous/Mac/LAST_CHANGE`.strip | |
puts "Downloading Chromium continuous build version: #{version}" | |
STDOUT.flush | |
`wget -O "chromium-mac-continuous-#{version}.zip" http://commondatastorage.googleapis.com/chromium-browser-continuous/Mac/#{version}/chrome-mac.zip` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment