6 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run im.fluffychat.Fluffychat $@
set +x