diff --git a/bash/usr-local-bin/flatseal b/bash/usr-local-bin/flatseal new file mode 100755 index 0000000..762a43f --- /dev/null +++ b/bash/usr-local-bin/flatseal @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -x +flatpak run com.github.tchx84.Flatseal $@ +set +x