scripts/bash/usr-local-bin/fluffychat

6 lines
75 B
Plaintext
Raw Normal View History

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