#! /bin/sh echo "Content-type: text/html" echo echo "
"
echo "This is  CGI script output"
echo "QUERY_STRING is \"$QUERY_STRING\"."
echo "PATH_INFO is \"$PATH_INFO\"."
echo "
"