home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
aufstols.zoo
/
aufstools.1
/
formatted
/
makeman
Wrap
Text File
|
1991-02-26
|
100b
|
5 lines
#!/bin/csh
foreach i (../{stuffit,unstuffit,binhex,capit,mcvert,man}/*.1)
nroff -man <$i >$i:t
end