#!/bin/sh
dir=`dirname "$0"`
exec /opt/php5.2/bin/php -d include_path="$dir/../../php/plib" "$0.php" "$@"
