Shell scripts wrapper providing access to kqueue(3) file monitoring
Provides shell scripts with access to kqueue(3)
wait_on
$ wait_on /path/to/file
$ wait_on /path/to/directory && echo 'Directory changed'
$ wait_on -t 30 file1.txt file2.txt