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