This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
curunir/curunir
Matthias Schiffer 37df134314 Initial commit
2010-05-02 14:55:53 +02:00

8 lines
135 B
Bash
Executable file

#!/bin/sh
APP=`basename $0`
DIR=`dirname $0`
cd "$DIR"
export PYTHONPATH="$PYTHONPATH:."
exec /usr/bin/env python -OO "$APP.py" "$@"