home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
N
/
CNEWS
/
_CNEWS.TAR
/
usr
/
lib
/
newsbin
/
batch
/
comp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-02
|
160 b
|
10 lines
#! /bin/sh
# Invoke compress, without silly 2.11-compatible header.
compress
status=$?
case "$status" in
2) status=0 ;; # compress stupidity
esac
exit $status