#!/bin/csh -f

echo "Content-type: application/x-lisp"
echo ""

echo ";-d "
`pwd` | echo

cat $fname
echo $fname
