4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/sh
|
|
exec /usr/bin/php -C -n -q -d include_path=@LIBDIR@/php \
|
|
-d output_buffering=1 @LIBDIR@/php/peclcmd.php "$@"
|