-
-
Save matthewhochler/2179df7cdde7ab75f0c1f08f9085923e to your computer and use it in GitHub Desktop.
Applescript to run multiple firefox instances with the profilemanager
This file contains 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
do shell script "open -n -a aurora --args -profilemanager" |
This file contains 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
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