run.sh 66 B

1234567
  1. #!/bin/bash
  2. pwd
  3. ls
  4. echo Before CMD
  5. python runner.py
  6. echo End CMD