#! /bin/sh
# like comp except use the bizarre c7unbatch format

# =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
. ${NEWSCONFIG-/usr/local/lib/news/config}

PATH=$NEWSCTL/bin:$NEWSBIN/batch:$NEWSBIN:$NEWSPATH ; export PATH
umask $NEWSUMASK

echo '#! c7unbatch'
compress -b 12 | c7encode
exit 0				# compress exit status sometimes stupid
