This commit is contained in:
Heavybullets8 2022-07-24 22:39:53 -06:00
parent 7268ae5594
commit f2143d7330

View File

@ -13,6 +13,7 @@ count=0
update_apps "$i" &
(( count++ ))
processes+=($!)
jobs -p
while [[ "$count" -ge "$update_limit" ]]
do
jobs -p