diff --git a/bin/ff b/bin/ff new file mode 100755 index 0000000..fc59088 --- /dev/null +++ b/bin/ff @@ -0,0 +1,6 @@ +#!/bin/sh + +PROFILEDIR=$(mktemp -d -p /tmp firefox-profile.XXXXX) + +firefox --profile $PROFILEDIR --no-remote --new-instance +rm -rf $PROFILEDIR