run.sh 88 B

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