mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-27 15:04:36 +00:00
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
|