rivers/stack-build.sh
2024-01-07 17:02:42 +00:00

10 lines
131 B
Bash
Executable File

#!/bin/bash
set -e
for n in 1143 1145 1135 9274
do
perl stack-years.pl $n >$n-pivot.txt
done
time gnuplot stack-by-year.gnuplot