https://github.com/cipherself/ino
A demonstration of the inotify API.
https://github.com/cipherself/ino
Last synced: 25 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T17:36:11.000Z (almost 11 years ago)
- Last Synced: 2025-12-25T23:41:47.879Z (6 months 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]`.