home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / compress / zoo210a.taz / zoo210a / usr / src / zoo210 / zoo210A.Dist < prev    next >
Encoding:
Text File  |  1993-01-19  |  279 b   |  16 lines

  1. #!/bin/sh
  2. # Create binary distribution in zoo210A
  3.  
  4. cd /usr/bin
  5. chmod a+rx zoo fiz
  6.  
  7. cd /usr/man/man1
  8. chmod a+r zoo.1 fiz.1
  9.  
  10. cd /
  11.  
  12. gtar Zcvf /dist/zoo210A.taz ./usr/bin/zoo ./usr/bin/fiz \
  13. ./usr/man/man1/zoo.1 ./usr/man/man1/fiz.1 ./usr/src/zoo210/C* \
  14. ./usr/src/zoo210/zoo210A.*
  15.  
  16.