home *** CD-ROM | disk | FTP | other *** search
/ The HTML Web Publisher's Construction Kit / HTMLWPCK.ISO / unix / cgi / stat.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-07-11  |  270 b   |  9 lines

  1. #!/bin/sh
  2. # demonstrates a status header. If this is selected as a hyperlink
  3. # from a WWW browser, it will produce no resonse. In some versions
  4. # of Mosaic, it will print "and silence fills the night" along the
  5. # bottom of the window.
  6.  
  7. echo Status: 204 No Response
  8. echo
  9.