mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "echoing bad headers: server must report status 500"
|
|
exec 1>&2
|
|
echo "Bad CGI script (for test)"
|
|
|