I created a script to open a specific Firefox profile, but the script stays open until I close Firefox. How can I end the script once Firefox opens?
Code:
do shell script "/Applications/firefox.app/Contents/MacOS/firefox -P Accounts-Firefox"