#!/bin/csh
echo "Content-type: text/plain"
echo ""
echo "Hello there"

