home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume2 / dungeon / part07 / dungeon.sh < prev    next >
Text File  |  1987-09-01  |  249b  |  8 lines

  1. : sh script to invoke the dungeon game on the pdp
  2. DLIB=/usr/games/lib/dunlib
  3. case $# in
  4.     0) $DLIB/listen| $DLIB/dungpdp| $DLIB/speak;;
  5.     1) $DLIB/listen dungeon.sav| $DLIB/dungpdp| $DLIB/speak;;
  6.     *) $DLIB/listen $2| $DLIB/dungpdp| $DLIB/speak;;
  7. esac
  8.