#! /bin/sh # # generate all of the plots # echo "AMP-3-12-5 3 qubits AMP-x-3-12-5 3 qubits + 1 extra" | while read fname title do echo "$fname" ./plot.sh "$title" < "$fname.txt" > "$fname.gif" done