Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LIMIT=50
- while collision_event_to_run
- do
- run_new_collision_event&
- while (( $(jobs | wc -l) >= LIMIT ))
- do
- sleep 1
- done
- done
- batch collision _event_1
- batch collision _event_2
- batch collision _event_3
- ...
Advertisement
Add Comment
Please, Sign In to add comment