Skip to content

Instantly share code, notes, and snippets.

@mystix
Created June 24, 2010 08:18
Show Gist options
  • Save mystix/451150 to your computer and use it in GitHub Desktop.
Save mystix/451150 to your computer and use it in GitHub Desktop.
OSX - Firefox command line launcher
#!/bin/bash
/Applications/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment