php-pear/pecl.sh

4 lines
124 B
Bash
Raw Normal View History

#!/bin/sh
exec /usr/bin/php -C -n -q -d include_path=/usr/lib/php \
-d output_buffering=1 /usr/lib/php/peclcmd.php "$@"