1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-05-04 06:17:20 +02:00
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