Skip to content

Instantly share code, notes, and snippets.

@sousk
Created January 2, 2011 14:02
Show Gist options
  • Save sousk/762552 to your computer and use it in GitHub Desktop.
Save sousk/762552 to your computer and use it in GitHub Desktop.
enable to launch stable/beta/dev chrome. source: http://d.hatena.ne.jp/os0x/20110101/1293831128
#!/usr/bin/env osascript
do shell script "/Applications/Chromes/dev/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --user-data-dir=/Users/$USER/Library/Application\\ Support/Google/ChromeDev > /dev/null 2>&1 &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment