run.sh 108 B

123456789
  1. #!/bin/bash
  2. set -eo pipefail
  3. pwd
  4. ls
  5. echo Before CMD
  6. chmod +x testme.bat
  7. cmd.exe /c testme.bat
  8. echo End CMD