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

8 lines
136 B
Bash
Executable file

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