Linux Bash делайте что -нибудь при изменении файла

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