#!/bin/csh
umask 77
crypt <~/.pemprivatekey >/tmp/PrivateKEY
/afs/net.mit.edu/project/pemdist/@sys/pemfilter.bin $*
rm /tmp/PrivateKEY
exit 0
