mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-06-06 16:32:18 +02:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
flatpak run im.fluffychat.Fluffychat $@
|
|
set +x
|