Guest User

Untitled

a guest
Mar 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while
  2.  
  3. (( NUM_RUNS > 0 ))
  4.  
  5. do
  6.  
  7. $RUN 2> $ERR_FILE
  8.  
  9. sleep $SLEEPTIME
  10.  
  11. $RUN > $OUT_FILE
  12.  
  13. (( NUM_RUNS = NUM_RUNS - 1 ))
  14. done
Add Comment
Please, Sign In to add comment