Random updates
This commit is contained in:
parent
d2b5eb2b43
commit
c5c4ae61ee
10 changed files with 262 additions and 25 deletions
|
@ -19,7 +19,7 @@ for n in 5 6; do
|
|||
echo " 止 end $n"
|
||||
) &
|
||||
done
|
||||
for n in 1 2 3 4 11 12 13 14; do
|
||||
for n in 7 1 2 3 4 11 12 13 14; do
|
||||
while [[ $MAX_JOBS -le $(jobs -l | wc -l) ]]; do sleep 0.1; done
|
||||
(
|
||||
echo " start $n →"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue