Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthewoestreich/ea3baccfe5180e681dea3f9f143d4bcd to your computer and use it in GitHub Desktop.
Save matthewoestreich/ea3baccfe5180e681dea3f9f143d4bcd to your computer and use it in GitHub Desktop.
Start Firefox using different profile - also allows you to create profiles
#!/bin/bash
/Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment