Skip to content

Instantly share code, notes, and snippets.

View AquiTCD's full-sized avatar

Aqui TSUCHIDA AquiTCD

  • Tokyo, Japan
View GitHub Profile
@uasi
uasi / create-chrome-launcher.sh
Created March 23, 2011 05:31
Create an .app that launches Google Chrome with a specified profile
#!/bin/sh
#
# Create Google Chrome launcher (for Mac)
#
CHROME_APP="/Applications/Google Chrome.app"
CHROME_PROFILE_DIR="$HOME/Library/Application Support/Google/Chrome"
echo "Enter profile name: \c"