Skip to content

Instantly share code, notes, and snippets.

@glutaminefree
Created June 2, 2016 05:08
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 glutaminefree/98b026cec1ef030581ee9f838649b5d3 to your computer and use it in GitHub Desktop.
Save glutaminefree/98b026cec1ef030581ee9f838649b5d3 to your computer and use it in GitHub Desktop.
Start firefox with clear temporarily profile
#!/bin/sh
PROFILEDIR=`mktemp -p /tmp -d ff.XXXX.d`
firefox -profile $PROFILEDIR -no-remote -new-instance
rm -rf $PROFILEDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment