#!/bin/rc # holmdel - play holmdel # usage: holmdel t=/tmp/holmdel.$pid fn read{ $1=`{awk '{print;exit}'} } ifs=' ' fn sigexit sigint sigquit sighup{ rm -f $t exit } cat <<'!' >$t Allentowm Atlanta Cedar Crest Chester Columbia Elmhurst Holmdel Indian Hill Merrimack Valley Morristown Neptune Piscataway Reading Short Hills South Plainfield Summit Whippany West Long Beach ! while(){ lab=`{fortune $t} echo $lab if(~ $lab Holmdel){ echo You lose. exit } while(read lab; ! grep -i -s $lab $t) echo No such location. if(~ $lab [hH]olmdel){ echo You win. exit } }