run.sh 71 B

1234567
  1. #!/bin/sh
  2. for f in X bash nvim
  3. do
  4. sh $f/main.sh
  5. echo "$f [OK]"
  6. done