dotfiles/wrappers/firefox-finance
2024-08-21 23:40:17 -06:00

6 lines
107 B
Bash
Executable file

#!/usr/bin/env sh
HOME=$HOME/.local/share/mozilla
mkdir -p "$HOME"
exec /usr/bin/firefox -P finance "$@"