run.sh 91 B

12345678
  1. #!/bin/bash
  2. pwd
  3. ls
  4. echo Before CMD
  5. chmod +x testme.bat
  6. cmd.exe /c testme.bat
  7. echo End CMD