php-pear/pecl.sh

4 lines
130 B
Bash
Raw Normal View History

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