home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / appleii / ZIP.SH < prev   
Text File  |  2020-01-01  |  202b  |  8 lines

  1. #/bin/bash
  2. zip -l ~kermit/archives/appleii.zip -n ps pdf * || exit 1
  3. zip ~kermit/archives/appleii.zip *.ps *.pdf || exit 1
  4. cd ~kermit/archives
  5. ls -ldga appleii.zip || exit 1
  6. unzip -t appleii.zip
  7. exit 0
  8.