fix: Process signal faster (#609)

This commit is contained in:
Kroese
2024-01-29 05:54:22 +01:00
committed by GitHub
parent 9fa68908a9
commit bc52463aa4

View File

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