checkpoint sweep script -- not sure if this deserves to be on the repo in the long run, but it is helpful

This commit is contained in:
bbracker 2022-03-01 03:48:31 +00:00
parent dd4882ab27
commit 29086ea393

View File

@ -0,0 +1,5 @@
for index in {450..500}
do
instrs=$(($index*1000000))
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
done