Open pniedzwiedzinski opened 4 years ago
Related to #5
I came across this tool: inotify
It allows detecting file change:
while inotifywait -e close_write myfile.html; do ./parse.py; done
Related to #5
I came across this tool: inotify
It allows detecting file change: