contrib/discord-ptb/discord-ptb.sh
2020-01-27 17:05:14 +11:00

11 lines
171 B
Bash

#!/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