summaryrefslogtreecommitdiffstats
path: root/launch_evenja
diff options
context:
space:
mode:
Diffstat (limited to 'launch_evenja')
-rwxr-xr-xlaunch_evenja6
1 files changed, 6 insertions, 0 deletions
diff --git a/launch_evenja b/launch_evenja
new file mode 100755
index 0000000..4e82f38
--- /dev/null
+++ b/launch_evenja
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+EVENJA_PATH=${EVENJA_PATH:='.'}
+START_FILE=pyevenja.py
+
+python -O $EVENJA_PATH/$START_FILE $*