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
136 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:."
2010-10-31 23:01:21 +01:00
exec /usr/bin/env python2 -OO "$APP.py" "$@"