20fec41cb7
jcpierri@gmail.com takes maintainership Port changes: * Code moved from the original CVS repository to the maintainer's repository on github * Update COMMENT * Add WWW PR: 230311 Submitted by: Josmar <jcpierri@gmail.com>
5 lines
263 B
Text
5 lines
263 B
Text
The wait_on command allows shell scripts to access the facilities provided by
|
|
kqueue(3). This allows scripts to detect files being added to directories, data
|
|
appended to files and many other things - all without polling.
|
|
|
|
WWW: https://github.com/jcpierri/wait_on
|