Run multiple tasks

This commit is contained in:
Lup Yuen Lee 2024-11-24 22:16:10 +08:00
parent df03e84d65
commit 8422456692

View file

@ -164,10 +164,11 @@ for commit in $(
$apps_hash \
$nuttx_hash \
$next_hash \
$prev_hash
$prev_hash \
&
## Throttle our downloads from GitHub
## TODO: date ; sleep $(( 60 * 5 ))
date ; sleep 60
## Shift the Commits
prev_hash=$nuttx_hash