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