470e47a018
* read file byte after byte * format code (syslog + err) * move functions in utils.c
9 lines
129 B
Bash
Executable file
9 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "20 cgi_test"
|
|
|
|
echo "env vars:"
|
|
echo $GATEWAY_INTERFACE
|
|
echo $SERVER_SOFTWARE
|
|
echo $PATH_INFO
|
|
echo $QUERY_STRING
|