scripts/bash/usr-local-bin/firefox

6 lines
87 B
Plaintext
Raw Normal View History

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