contrib/discord-ptb/discord-ptb.sh

11 lines
171 B
Bash
Raw Normal View History

2020-01-27 07:02:34 +01:00
#!/bin/bash
prt-get isinst apulse > /dev/null
if [ $? = 0 ]; then
exec /usr/bin/apulse /opt/discord-ptb/DiscordPTB "$@"
else
exec /opt/discord-ptb/DiscordPTB "$@"
fi