checkpointSweep is bash-specific, so add shebang to make it so

This commit is contained in:
bbracker 2022-03-28 13:40:50 -07:00
parent 501dc7cd68
commit a5c32898a0

View File

@ -1,4 +1,5 @@
for index in {450..500}
#!/bin/bash
for index in {450..500};
do
instrs=$(($index*1000000))
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs