| ▲ | rc_kas 8 hours ago | |
I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac | ||
| ▲ | UltraSane 6 hours ago | parent [-] | |
On windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea. | ||