An open API service indexing awesome lists of open source software.

https://github.com/unlight/inotifywait-win32

Windows binaries of thekid/inotify-win
https://github.com/unlight/inotifywait-win32

inotify-tools inotifywait watch

Last synced: 3 months ago
JSON representation

Windows binaries of thekid/inotify-win

Awesome Lists containing this project

README

        

# inotifywait-win32
Windows binaries of [thekid/inotify-win](https://github.com/thekid/inotify-win)

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