Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates-src > by-pkgid > 0206f0150153ec9cc3b6abaf407a07b9 > files > 4

jbrout-0.3.284-2.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" "$@"