Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7f544bb61ccc409da1e704b609ba70da > files > 4

jbrout-0.3.282-0.3.20100124svn282.fc14.src.rpm

#!/bin/sh
APPPATH=/usr/share/jbrout/jbrout.py

PYTHON=`which python`
if [ $? != 0 ]; then
    echo "jbrout requires Python >= 2.4 to be installed." >/dev/stderr
    exit 1
fi

cd $(dirname $APPPATH)
"$PYTHON" "$APPPATH" "$@"