home *** CD-ROM | disk | FTP | other *** search
/ The HTML Web Publisher's Construction Kit / HTMLWPCK.ISO / unix / servers / httpd_14 / source.z / source / httpd_1.4.1 / cgi-bin / test-env < prev    next >
Encoding:
Text File  |  1995-05-18  |  107 b   |  8 lines

  1. #!/bin/sh
  2. #
  3. # Prints out all of the environment variables as used
  4. #
  5. echo Content-type: text/plain
  6. echo
  7. env
  8.