scripts/bash/usr-local-bin/firefox
Aminda Suomalainen 9459cf0a34
usr-local-bin: add firefox
flatpak with profilemanager, experimental, I probably won't be using it, but who knows, at least it's here
2022-04-04 15:45:55 +03:00

6 lines
87 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run org.mozilla.firefox --ProfileManager $@
set +x