summaryrefslogtreecommitdiff
path: root/discord-ptb/discord-ptb.sh
blob: 12b99b2be4c26fff5b4967b221d1643f9e891d05 (plain)
    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