mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-10 19:09:23 +01:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -x
|
||
|
flatpak run org.mozilla.firefox --ProfileManager $@
|
||
|
set +x
|