#!/bin/bash

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