testall.sh 53 B

12345
  1. #!/bin/sh
  2. for i in 1 2 5 6 7; do
  3. ./test.sh $i
  4. done