home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / extract < prev    next >
Text File  |  1992-04-11  |  69b  |  8 lines

  1. #!/bin/sh
  2.  
  3. for file in *kit??.Z
  4. do
  5.     echo $file
  6.     zcat $file | sh
  7. done
  8.