#!/bin/sh # CGI script written in the bourne shell script language to # display server's environment variables on a browser echo content-type: text/plain echo echo Here is a list of all of the environment variables echo available in a CGI program echo --------------------------------------------------- set