bat.sh 80 B

1234567891011
  1. #!/bin/bash
  2. date
  3. for k in $( seq 1 100 )
  4. do
  5. php run.php
  6. done
  7. date