scripts/bash/usr-local-bin/telegram-desktop

6 lines
71 B
Bash
Executable File

#!/usr/bin/env bash
set -x
flatpak run org.telegram.desktop $@
set +x