home *** CD-ROM | disk | FTP | other *** search
- .KEY INFILE/A,OUTFILE/A
- .BRA {
- .KET }
- ;# Invoke compress, adding silly 2.11-compatible header.
- ;# 12-bit compression is the lowest common denominator among news sites,
- ;# and is often almost as good as the much-more-costly 16-bit compression.
-
- echo >{OUTFILE} "#! cunbatch"
- compress >>{OUTFILE} <{INFILE} -f -b 16
-