mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 22:44:28 +00:00
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
|