3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/bash
|
|
set -e
|
|
/usr/local/bin/php-cgi -b 127.0.0.1:$PHP_CGI_PORT -c $PHP_CONFIG |