シェルからpython3を実行 test.py print("hello") test.sh #!/bin/bash python3 test.py sleep 5s python3 test.py $ chmod +x test.sh $ ./test.sh hello hello なるほど、自動化できるな。