1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-06-11 01:17:25 +02:00

bash/usr-local-bin: add flatseal

This commit is contained in:
Aminda Suomalainen 2022-04-13 12:35:20 +03:00
parent 7e4121f7fc
commit 188bd3f964
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

5
bash/usr-local-bin/flatseal Executable file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
flatpak run com.github.tchx84.Flatseal $@
set +x