# The .doit scripts for generating ZZ-CSG exmape pictures # should do a "source /ff/stolfi/bin/zzcsg-doit-preamble.cshrc" to process # the command line switches. set spp = 2 set res = 4 set width = 480 set height = 360 set out = "${spp}x${spp}" while ( $#argv > 0 ) if ( "x$1" == "x-quick" ) then set spp = 1 set res = 2 set width = 200 set height = 150 set out = "quick" shift else if ( "x$1" == "x-m" ) then set dpmach = "-m $2 nice" shift; shift else exit(1) endif end