forked from Github_Repos/cvw
6 lines
110 B
Bash
6 lines
110 B
Bash
|
for index in {0..105}
|
||
|
do
|
||
|
instrs=$(((400+$index)*1000000))
|
||
|
echo "y" | ./genCheckpoint.sh $instrs
|
||
|
done
|