mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-29 06:08:59 +08:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "echoing bad headers: server must report status 500"
|
||
|
exec 1>&2
|
||
|
echo shit!!!
|