Skip to content

Instantly share code, notes, and snippets.

@matthewhochler
Forked from throughnothing/Aurora-Profiles
Created October 2, 2018 07:00
Show Gist options
  • Save matthewhochler/2179df7cdde7ab75f0c1f08f9085923e to your computer and use it in GitHub Desktop.
Save matthewhochler/2179df7cdde7ab75f0c1f08f9085923e 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