php-pear/pear.sh

4 lines
118 B
Bash
Raw Normal View History

#!/bin/sh
exec /usr/bin/php -C -d include_path=@LIBDIR@/php \
-d output_buffering=1 @LIBDIR@/php/pearcmd.php "$@"