zsk-poznan / zastepstwa

Web app for displaying substitute teachers
GNU General Public License v3.0
8 stars 3 forks source link

Detect file change #54

Open pniedzwiedzinski opened 4 years ago

pniedzwiedzinski commented 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