#!/usr/bin/env sh

HOME=$HOME/.local/share/firefox
mkdir -p "$HOME"
exec /usr/bin/firefox "$@"