DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d60020c27⟧ TextFile

    Length: 224 (0xe0)
    Types: TextFile
    Names: »netquest.sh«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Nethack/netquest.sh« 

TextFile

#!/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