#!/bin/bash

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

