Skip to content

Instantly share code, notes, and snippets.

@onjin
Created June 4, 2014 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onjin/3756943e2c807bfba066 to your computer and use it in GitHub Desktop.
Save onjin/3756943e2c807bfba066 to your computer and use it in GitHub Desktop.
#!/bin/bash
# firefox profile runner
# ln -s ff-runner ff-profilename to run specific profile
FIREFOX=/usr/bin/firefox
PROFILE=`basename $0|cut -d\- -f2`
${FIREFOX} -P ${PROFILE} --no-remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment