run_all.sh 254 B

12345678910111213141516
  1. #!/bin/bash
  2. # source run_all.sh
  3. #
  4. echo Running examples in directory other/trimesh/
  5. echo Running nearest.py
  6. python3 nearest.py
  7. echo Running ray.py
  8. python3 ray.py
  9. echo Running section.py
  10. python3 section.py
  11. echo Running shortest.py
  12. python3 shortest.py