home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / pdp10.zip / ZIP.SH < prev   
Text File  |  2011-07-28  |  249b  |  11 lines

  1. #/bin/bash
  2. rm -f  ~kermit/archives/pdp10.zip
  3. zip -l ~kermit/archives/pdp10.zip -n ps pdf * || exit 1
  4. cd ~kermit/archives
  5. ls -ldga pdp10.zip || exit 1
  6. unzip -t pdp10.zip
  7. cd ~kermit/archives
  8. chmod 644 pdp10.zip
  9. chgrp kermit pdp10.zip
  10. exit 0
  11.