forked from Github_Repos/cvw
6 lines
118 B
Bash
6 lines
118 B
Bash
|
for index in {450..500}
|
||
|
do
|
||
|
instrs=$(($index*1000000))
|
||
|
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
|
||
|
done
|