home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d189 / nethack.lha / NetHack / eenaux.zoo / aux / header.1 < prev    next >
Text File  |  1988-06-27  |  3KB  |  70 lines

  1. =========================================================================
  2. Received: from CUNYVM.BITNET by HNYKUN11.BITNET (Mailer X1.25) with BSMTP id
  3.  7613; Sat, 25 Jun 88 21:15:18 MET
  4. Received: from CUNYVM by CUNYVM.BITNET (Mailer X1.25) with BSMTP id 6738; Sat,
  5.  25 Jun 88 15:12:14 EDT
  6. Received: from uunet.UU.NET by CUNYVM.CUNY.EDU (IBM VM SMTP R1.1) with TCP; Sat,
  7.  25 Jun 88 15:10:41 EDT
  8. Received: by uunet.UU.NET (5.59/1.14)
  9.     id AA07906; Sat, 25 Jun 88 15:10:02 EDT
  10. Date: Sat, 25 Jun 88 15:10:02 EDT
  11. Message-Id: <8806251910.AA07906@uunet.UU.NET>
  12. From: netlibd@uunet.UU.NET
  13. To: U211344%HNYKUN11.BITNET@CUNYVM.CUNY.EDU
  14. Subject: send volume3/nethack2.2/part01 from comp.sources.games
  15.  
  16. No claim is made as to the fitness or correctness of
  17. this software for any use whatsoever, and it is provided as is.
  18. Any use of this software is at the user's own risk.
  19.  
  20. *** from uunet!netlib, Sat Jun 25 15:09:54 EDT 1988 ***
  21.  
  22. Path: uunet!tektronix!tekgen!tekred!games-request
  23. From: games-request@tekred.TEK.COM
  24. Newsgroups: comp.sources.games
  25. Subject: v03i001:  NetHack2.2 - display oriented dungeons and dragons, Part01/20
  26. Message-ID: <1884@tekred.TEK.COM>
  27. Date: 2 Dec 87 00:36:59 GMT
  28. Sender: billr@tekred.TEK.COM
  29. Lines: 1651
  30. Approved: billr@tekred.TEK.COM
  31.  
  32. Submitted by: mike@genat.UUCP (Mike Stephenson)
  33. Comp.sources.games: Volume 3, Issue 1
  34. Archive-name: nethack2.2/Part01
  35.  
  36.     [This is the latest version of NetHack.  It is a full source
  37.      distribution (~1Mb).  Be sure to save this away, as subsequent
  38.      postings will be context diffs from this source.  -br]
  39.  
  40. #! /bin/sh
  41. # This is a shell archive.  Remove anything before this line, then unpack
  42. # it by saving it into a file and typing "sh file".  To overwrite existing
  43. # files, type "sh file -c".  You can also feed this as standard input via
  44. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  45. # will see the following message at the end:
  46. #        "End of archive 1 (of 20)."
  47. # Contents:  README MANIFEST Guidebook decl.c
  48. # Wrapped by billr@tekred on Tue Dec  1 16:24:45 1987
  49. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  50.  
  51.     ...
  52.  
  53. echo shar: End of archive 1 \(of 20\).
  54. cp /dev/null ark1isdone
  55. MISSING=""
  56. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; do
  57.     if test ! -f ark${I}isdone ; then
  58.     MISSING="${MISSING} ${I}"
  59.     fi
  60. done
  61. if test "${MISSING}" = "" ; then
  62.     echo You have unpacked all 20 archives.
  63.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  64. else
  65.     echo You still need to unpack the following archives:
  66.     echo "        " ${MISSING}
  67. fi
  68. ##  End of shell archive.
  69. exit 0
  70.