Linux Bash tun etwas, wenn sich die Datei ändert

while inotifywait -e close_write myfile.py; do ./myfile.py; done
The Code Doctor