Created
March 18, 2012 03:31
-
-
Save hepwori/2068494 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
PROFILE_NAME="work" | |
GOOGLE_CHROME="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" | |
USER_DIR="/Users/$USER/Library/Application Support/Google/Chrome ($PROFILE_NAME)" | |
exec -a "Google Chrome ($PROFILE_NAME)" "$GOOGLE_CHROME" \ | |
--enable-udd-profiles \ | |
--user-data-dir="$USER_DIR" & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment