mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-03 00:09:23 +01:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -x
|
||
|
flatpak run com.github.tchx84.Flatseal $@
|
||
|
set +x
|