summaryrefslogtreecommitdiff
path: root/community/teamspeak3/teamspeak3.launcher
blob: 6fcd46bb755804ec8cc094b2dbdcd7ea29b76e65 (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/teamspeak3"
./ts3client_runscript.sh $@
exit $?