#!/bin/sh
PROFILEDIR=$(mktemp -d -p /tmp firefox-profile.XXXXX)
firefox --profile $PROFILEDIR --no-remote --new-instance
rm -rf $PROFILEDIR