Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 273 Bytes

obsi

obsi observes a directory and reports changes to your script.

it is written in c++ and uses inotify

build obsi

$ make

run

$ obsi ./example.sh ./folder1

start watching directory ./folder1, changes are reported to the script ./example.sh