home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume2
/
dungeon
/
part07
/
dungeon.sh
< prev
next >
Wrap
Text File
|
1987-09-01
|
249b
|
8 lines
: sh script to invoke the dungeon game on the pdp
DLIB=/usr/games/lib/dunlib
case $# in
0) $DLIB/listen| $DLIB/dungpdp| $DLIB/speak;;
1) $DLIB/listen dungeon.sav| $DLIB/dungpdp| $DLIB/speak;;
*) $DLIB/listen $2| $DLIB/dungpdp| $DLIB/speak;;
esac