parent
943618bf08
commit
66adf2473b
@ -1,5 +1,8 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
echo "HTTP/1.1 200 OK" |
cat << EOF |
||||||
echo "Content-type: text/plain;" |
HTTP/1.0 200 Ok |
||||||
|
echo "Content-type: text/plain" |
||||||
|
|
||||||
|
EOF |
||||||
env |
env |
||||||
|
Loading…
Reference in new issue