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