#!/bin/csh
echo 'Content-Type: text/plain'
echo ''
echo "Here is a listing of the UNIX directory:"
echo ""
/bin/ls
echo ""
echo "Here is a dump from 'printenv':"
echo ""
/usr/ucb/printenv
