mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
6 lines
70 B
Text
6 lines
70 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cd "/opt/TeamSpeak3"
|
||
|
./ts3client_runscript.sh $@
|
||
|
exit $?
|