inotify-tools

파일이 변경되면 특정 작업수행

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