Linux Bash haz algo cuando cambia el archivo

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