#!/bin/csh -f

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

echo ";-d "
`pwd` | echo

cat $1
echo $1
