loop 136 B

1234567891011
  1. #!/bin/bash
  2. COUNTER=0
  3. while [ $COUNTER -lt 10 ]; do
  4. sleep 60
  5. ./server.sh
  6. #./sms.sh
  7. ./root.sh
  8. ./free.sh
  9. ./cpu.sh
  10. done