home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / LBR / BOOZ4CPM.ARK / USENET.TXT < prev    next >
Internet Message Format  |  1988-09-05  |  1KB

  1. From: dhesi@bsu-cs.UUCP (Rahul Dhesi)
  2. Newsgroups: comp.sources.misc
  3. Subject: v04i037: booz, a barebones zoo archive extractor
  4. Message-ID: <3765@bsu-cs.UUCP>
  5. Date: 26 Aug 88 08:08:32 GMT
  6. Sender: allbery@ncoast.UUCP
  7. Reply-To: dhesi@bsu-cs.UUCP (Rahul Dhesi)
  8. Organization: CS Dept, Ball St U, Muncie, Indiana
  9. Lines: 1590
  10. Approved: allbery@ncoast.UUCP
  11.  
  12. Posting-number: Volume 4, Issue 37
  13. Submitted-by: "Rahul Dhesi" <dhesi@bsu-cs.UUCP>
  14. Archive-name: booz
  15.  
  16. #! /bin/sh
  17. # The zoo archive program is currently available for MS-DOS,
  18. # AmigaDOS, VAX/VMS, and various **IX flavors.  To extract
  19. # zoo archives on systems other than these, one possibilty
  20. # is to see if the small zoo archive extraction program
  21. # provided here will work.  It is written in portable C
  22. # though it requires read(), write(), and lseek() system
  23. # calls or their emulations to be available.
  24. #
  25. # This is a shell archive, meaning:
  26. # 1. Remove everything above the #! /bin/sh line.
  27. # 2. Save the resulting text in a file.
  28. # 3. Execute the file with /bin/sh (not csh) to create:
  29. #    addbfcrc.c
  30. #    booz.c
  31. #    booz.doc
  32. #    booz.prj
  33. #    func.h
  34. #    lzd.c
  35. #    makefile.msc
  36. #    makefile.nix
  37. #    oozext.c
  38. #    oozio.h
  39. #    options.h
  40. #    portable.c
  41. #    zoo.h
  42. # This archive created: Fri Aug 26 02:41:13 1988
  43. -- 
  44. Rahul Dhesi         UUCP:  <backbones>!{iuvax,pur-ee,uunet}!bsu-cs!dhesi
  45.