Skip to content

Instantly share code, notes, and snippets.

View julienXX's full-sized avatar

Julien Blanchard julienXX

View GitHub Profile
@julienXX
julienXX / update_google_chrome.sh
Created June 4, 2009 15:02 — forked from joefiorini/update_google_chrome.sh
Retrieve current Chromium build for Mac OS X
#!/bin/bash
set -e
BUILD_URL='http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/'
update_google_chrome() {
get_latest_revision_number
download_latest_revision
extract_code