slackbuilds/network/TeamSpeak3/TeamSpeak3.launcher

6 lines
70 B
Bash

#!/bin/bash
cd "/opt/TeamSpeak3"
./ts3client_runscript.sh $@
exit $?