run.sh 91 B

123456789
  1. #!/bin/sh
  2. set -x
  3. for f in X bash nvim openbox git
  4. do
  5. sh $f/main.sh
  6. echo "$f [OK]"
  7. done