home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # like comp except use the bizarre c7unbatch format
-
- # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
- . ${NEWSCONFIG-/var/lib/news/bin/config}
-
- PATH=$NEWSCTL/bin:$NEWSBIN/batch:$NEWSBIN:$NEWSPATH ; export PATH
- umask $NEWSUMASK
-
- echo '#! c7unbatch'
- compress | c7encode
- exit 0 # compress exit status sometimes stupid
-