prompt $ echo "### test.txt"; cat test.txt; echo "### executing test.py"; python test.py; echo "### cat test.txt"; cat test.txt ### test.txt Hallo Welt. ### executing test.py ### cat test.txt prompt $