Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 176 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 176 Bytes

inotifywait-win32

Windows binaries of thekid/inotify-win

USAGE

while true; do
    inotifywait-win32 -r src && eslint
done