From 37df134314fb2112a088eec6f1ed1dc022d8b8e9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 2 May 2010 06:20:00 +0200 Subject: Initial commit --- curunir | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 curunir (limited to 'curunir') 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" "$@" -- cgit v1.2.3