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

9 lines
135 B
Text
Raw Normal View History

2010-05-02 06:20:00 +02:00
#!/bin/sh
APP=`basename $0`
DIR=`dirname $0`
cd "$DIR"
export PYTHONPATH="$PYTHONPATH:."
exec /usr/bin/env python -OO "$APP.py" "$@"