#!/usr/local/bin/ksh # Enable nicely behaved resizing of xterm window when this script # is run in a loop; catch new size at the top of each new image. ./setLinesColumns.pl > /tmp/test_MNS.$$ . /tmp/test_MNS.$$ rm /tmp/test_MNS.$$ nice -10 CA_1D.pl \ --states=4 \ --color_flag \ --notext_flag \ --randomness=five_halves_power_skew \ --diameter=$COLUMNS \ --generations=$(( $LINES - 2 )) \ --neighboroffsets=-1 \ --neighboroffsets=1 \