mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 21:19:29 +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
|