Skip to content

Instantly share code, notes, and snippets.

@irae
Created May 30, 2012 18:16
Show Gist options
  • Save irae/2838055 to your computer and use it in GitHub Desktop.
Save irae/2838055 to your computer and use it in GitHub Desktop.
Start Chrome with some options
#!/bin/bash
ps aux | egrep "Google Chrome.app" | egrep -v egrep | awk '{ print $2 }' | xargs kill -9 2> /dev/null > /dev/null
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --disable-web-security 2> /dev/null > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment