Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. LIMIT=50
  2. while collision_event_to_run
  3. do
  4. run_new_collision_event&
  5.  
  6. while (( $(jobs | wc -l) >= LIMIT ))
  7. do
  8. sleep 1
  9. done
  10.  
  11. done
  12.  
  13. batch collision _event_1
  14. batch collision _event_2
  15. batch collision _event_3
  16. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement