#!/bin/csh -f
if ($#argv != 1) then
    echo usage: mailit \<adr\>
    exit 
endif
mail $1 < explain.doc
mail $1 < origami.mail
mail $1 < keys.mail
