mirror of
https://github.com/lammertb/libhttp.git
synced 2025-07-31 08:24:23 +03:00
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "echoing bad headers: server must report status 500"
|
|
exec 1>&2
|
|
echo shit!!!
|