this.isMin.uk


inotifywait

while inotifywait -e close_write ./file.ext; do
  do something;
done
Linux, Bash, Til