Initial commit

This commit is contained in:
Matthias Schiffer 2010-05-02 06:20:00 +02:00
commit 37df134314
6 changed files with 239 additions and 0 deletions

8
curunir Executable file
View file

@ -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" "$@"