home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 12 / Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso / .all / httpd_ncsa / cgi-bin / test-env < prev    next >
Encoding:
Text File  |  1995-11-10  |  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.