mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
checkpointSweep is bash-specific, so add shebang to make it so
This commit is contained in:
parent
501dc7cd68
commit
a5c32898a0
@ -1,4 +1,5 @@
|
|||||||
for index in {450..500}
|
#!/bin/bash
|
||||||
|
for index in {450..500};
|
||||||
do
|
do
|
||||||
instrs=$(($index*1000000))
|
instrs=$(($index*1000000))
|
||||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
|
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
|
||||||
|
Loading…
Reference in New Issue
Block a user