summarylogtreecommitdiffstats
path: root/kokua-secondlife.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'kokua-secondlife.launcher')
-rw-r--r--kokua-secondlife.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/kokua-secondlife.launcher b/kokua-secondlife.launcher
new file mode 100644
index 000000000000..bda90222fac5
--- /dev/null
+++ b/kokua-secondlife.launcher
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd "/opt/kokua-secondlife/"
+./kokua $*
+exit $?