scripts/bash/usr-local-bin/flatseal

6 lines
77 B
Plaintext
Raw Normal View History

2022-04-13 11:35:20 +02:00
#!/usr/bin/env bash
set -x
flatpak run com.github.tchx84.Flatseal $@
set +x