#! /bin/sh

echo "Content-type: text/html"
echo 
echo "<pre>"
echo "This is  CGI script output"
echo "QUERY_STRING is \"$QUERY_STRING\"."
echo "PATH_INFO is \"$PATH_INFO\"."
echo "</pre>"


