https://github.com/cipherself/ino
A demonstration of the inotify API.
https://github.com/cipherself/ino
Last synced: 4 months ago
JSON representation
A demonstration of the inotify API.
- Host: GitHub
- URL: https://github.com/cipherself/ino
- Owner: cipherself
- License: mit
- Created: 2015-08-21T17:28:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T17:36:11.000Z (over 10 years ago)
- Last Synced: 2023-10-03T02:21:16.567Z (over 2 years ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ino
To compile, run `make`. To run the resulting binary, run `./ino [ARG]` where `ARG` is a file or directory for inotify to watch.
There's a precompiled binary that you can run via `./ino [ARG]`.