Created
May 6, 2014 10:20
-
-
Save mihs/6c9780718ed47fb128ba to your computer and use it in GitHub Desktop.
Run Chromium with a separate profile for Gmail
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/sh | |
| if [ ! -d $HOME/.config/chromium/gmail ]; then | |
| mkdir -p $HOME/.config/chromium/gmail | |
| fi | |
| chromium-browser --user-data-dir=$HOME/.config/chromium/gmail gmail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment