summaryrefslogtreecommitdiffstats
path: root/curunir
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-05-02 06:20:00 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-05-02 14:55:53 +0200
commit37df134314fb2112a088eec6f1ed1dc022d8b8e9 (patch)
treeb4ddd612505071820a4cd76dfe502c60d5518169 /curunir
downloadcurunir-37df134314fb2112a088eec6f1ed1dc022d8b8e9.tar
curunir-37df134314fb2112a088eec6f1ed1dc022d8b8e9.zip
Initial commit
Diffstat (limited to 'curunir')
-rwxr-xr-xcurunir8
1 files changed, 8 insertions, 0 deletions
diff --git a/curunir b/curunir
new file mode 100755
index 0000000..bf357b1
--- /dev/null
+++ b/curunir
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+APP=`basename $0`
+DIR=`dirname $0`
+
+cd "$DIR"
+export PYTHONPATH="$PYTHONPATH:."
+exec /usr/bin/env python -OO "$APP.py" "$@"