home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / volume14 / scrbble2 / part19 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.6 KB

  1. Path: uunet!zephyr.ens.tek.com!master!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v14i111:  scrabble2 - another version of the crossword-puzzle board game, Part19/18
  5. Message-ID: <3632@master.CNA.TEK.COM>
  6. Date: 22 Sep 92 23:28:48 GMT
  7. Sender: news@master.CNA.TEK.COM
  8. Lines: 35
  9. Approved: billr@saab.CNA.TEK.COM
  10.  
  11. Submitted-by: jac@doe.carleton.ca (James A. Cherry)
  12. Posting-number: Volume 14, Issue 111
  13. Archive-name: scrabble2/Part19
  14. Environment: curses
  15.  
  16.     [Due to a screwup on my part, the "bldddict.sh" file didn't get
  17.      included in Part01 as stated on the MANIFEST. Here it is.  -br]
  18.  
  19. #! /bin/sh
  20. # This is a shell archive.  Remove anything before this line, then unpack
  21. # it by saving it into a file and typing "sh file".  To overwrite existing
  22. # files, type "sh file -c".  You can also feed this as standard input via
  23. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  24. # will see the following message at the end:
  25. #        "End of archive 19 (of 18)."
  26. # Contents:  blddict.sh
  27. # Wrapped by billr@saab on Tue Sep 22 16:26:48 1992
  28. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  29. if test -f 'blddict.sh' -a "${1}" != "-c" ; then 
  30.   echo shar: Will not clobber existing file \"'blddict.sh'\"
  31. else
  32. echo shar: Extracting \"'blddict.sh'\" \(48 characters\)
  33. sed "s/^X//" >'blddict.sh' <<'END_OF_FILE'
  34. Xcat scrabdict.a? > scrabbledict
  35. Xrm scrabdict.a?
  36. END_OF_FILE
  37. if test 48 -ne `wc -c <'blddict.sh'`; then
  38.     echo shar: \"'blddict.sh'\" unpacked with wrong size!
  39. fi
  40. chmod +x 'blddict.sh'
  41. # end of 'blddict.sh'
  42. fi
  43. echo shar: End of archive 19 \(of 18\).
  44. ##  End of shell archive.
  45. exit 0
  46.