2 # ESS[BUGS]: 02/18/2004
3 # runs BUGS taking commands from command file
7 i?
86-pc-cygwin) BUGS
=bugs0603.exe
;;
8 i?
86-*-linux*) BUGS
=bugs0600.linux
;;
9 sparc-sun-solaris
*) BUGS
=bugs603.sparc
;;
10 mips-sgi-irix
*) BUGS
=bugs06.sgi
;;
14 1) $BUGS 32 bugs
$1 2>> bugs.log
15 cp -fp bugs.log bugs.bog
18 2) $BUGS 32 $1 $2 2>> $1.log
22 3) $BUGS $1 $2 $3 2>> $2.log
26 *) echo "usage: $0 [[number_of_bins] default_output_name] command_file";;