summaryrefslogtreecommitdiff
path: root/community/teamspeak3/teamspeak3.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'community/teamspeak3/teamspeak3.launcher')
-rw-r--r--community/teamspeak3/teamspeak3.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/teamspeak3/teamspeak3.launcher b/community/teamspeak3/teamspeak3.launcher
new file mode 100644
index 000000000..6fcd46bb7
--- /dev/null
+++ b/community/teamspeak3/teamspeak3.launcher
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/teamspeak3"
+./ts3client_runscript.sh $@
+exit $?
+