#!/bin/csh -f

set path=(/bin /usr/bin /usr/ucb /usr/local .)
umask 077

/usa/vote/bin/parse_perl $* >& /tmp/errs

exit 0
