summaryrefslogtreecommitdiff
path: root/community/teamspeak3/teamspeak3.launcher
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-28 00:03:26 -0800
committerroot <root@rshg054.dnsready.net>2013-02-28 00:03:26 -0800
commitb56d5949c9b0c3b40a942cd83f71e4420473435b (patch)
treeeab18954f3e6ffee5b561a2fd77ff58fbd259bc0 /community/teamspeak3/teamspeak3.launcher
parent23018fec360e50c7cb4de4b2411650ce79532e54 (diff)
Thu Feb 28 00:03:24 PST 2013
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 $?
+