mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 22:07:12 -04:00
checkpointSweep is bash-specific, so add shebang to make it so
This commit is contained in:
parent
2900117341
commit
6fc54435c5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue