|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 224 (0xe0) Types: TextFile Names: »netquest.sh«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Nethack/netquest.sh«
#!/bin/sh # SCCS Id: @(#)netquest.sh 1.4 87/08/08 QUESTDIR=/usr/games/lib/questdir QUEST=$HACKDIR/netquest MAXNROFPLAYERS=4 cd $QUESTDIR case $1 in -s*) exec $QUEST $@ ;; *) exec $QUEST $@ $MAXNROFPLAYERS ;; esac