1 #!/bin/bash 2 3 prt-get isinst apulse > /dev/null 4 5 if [ $? = 0 ]; then 6 exec /usr/bin/apulse /opt/discord-ptb/DiscordPTB "$@" 7 else 8 exec /opt/discord-ptb/DiscordPTB "$@" 9 fi
Generated by cgit