fix: Process signal faster (#401)

This commit is contained in:
Kroese 2024-01-29 06:01:21 +01:00 committed by GitHub
parent be4745b2df
commit 18c5c2d009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,5 +28,5 @@ do
echo "${body//(\[P\])/($size)}"> "$info"
fi
fi
sleep 1
sleep 1 & wait $!
done