#! /bin/sh # # generate all of the plots # for p in small-O small wordle-M wordle do echo "$p" ./plot.sh "$p.txt" > "$p-plot.gif" done