Skip to content

Instantly share code, notes, and snippets.

@cwage
Created September 21, 2011 02:49
Show Gist options
  • Save cwage/1231094 to your computer and use it in GitHub Desktop.
Save cwage/1231094 to your computer and use it in GitHub Desktop.
cwage@portaptty:~$ cat bin/workchrome
#!/bin/sh
chromium-browser --purge-memory-button --user-data-dir=/home/cwage/.config/chromium.work/
cwage@portaptty:~$ cat bin/chrome
#!/bin/sh
#chromium-browser --user-data-dir=/home/cwage/.config/chromium.personal/ --proxy-server=localhost:3128
chromium-browser --user-data-dir=/home/cwage/.config/chromium.personal/ $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment