Random updates

This commit is contained in:
Luke 2019-07-27 16:27:58 -07:00
parent d2b5eb2b43
commit c5c4ae61ee
10 changed files with 262 additions and 25 deletions

View file

@ -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"