mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-08 10:09:22 +01:00
Aminda Suomalainen
9459cf0a34
flatpak with profilemanager, experimental, I probably won't be using it, but who knows, at least it's here
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
flatpak run org.mozilla.firefox --ProfileManager $@
|
|
set +x
|