7 lines
118 B
Bash
7 lines
118 B
Bash
|
set -ex
|
||
|
for n in 1143 1145 1135 9274
|
||
|
do
|
||
|
perl stack-years.pl $n >$n-pivot.txt
|
||
|
done
|
||
|
time gnuplot stack-by-year.gnuplot
|