7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "echoing bad headers: server must report status 500"
|
||
|
exec 1>&2
|
||
|
echo "Bad CGI script (for test)"
|
||
|
|