blob: a7ad45f5d8509e7e82cc97f26d45105f411284c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
echo 'HTTP/1.1 200 OK'
echo 'Connection: close'
echo 'Content-Type: text/html'
echo 'Location: /set3/nph-location.cgi'
echo
cat <<!
This is the content of the
document
!
|