Skip to content

Instantly share code, notes, and snippets.

@throughnothing
Created March 16, 2012 16:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save throughnothing/2050778 to your computer and use it in GitHub Desktop.
Save throughnothing/2050778 to your computer and use it in GitHub Desktop.
Applescript to run multiple firefox instances with the profilemanager
do shell script "open -n -a aurora --args -profilemanager"
do shell script "open -n -a firefox --args -profilemanager"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment