Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 97fb1e6f7c96d3f2b4bb4cbbe13bd940 > files > 6

jbrout-0.3.338-0.4.svn338.fc16.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" "$@"