parallel start fix
This commit is contained in:
parent
ae20249405
commit
408c73d255
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
for interval in 0 1 2 3 4 5 6 7;
|
||||
do python strip.py $1 $2 $3 $interval 8
|
||||
do python strip.py $1 $2 $3 $interval 8 &
|
||||
done
|
||||
|
Reference in a new issue