Commit 8f5554d72bfc995c3c40bf8146c548ca1895b92f

Authored by Georg Hopp
1 parent df7cc8a3

Add README.md

Showing 1 changed file with 42 additions and 0 deletions
  1 +# inotify-test
  2 +
  3 +This is just a very small program to demonstrate use of inotify.
  4 +
  5 +## Synopsis
  6 +
  7 + inotify-test dir-|filename
  8 +
  9 +## Description
  10 +
  11 +This program shows the triggerd inotify events on the given directory or file.
  12 +
  13 +## Requirements
  14 +
  15 +A kernel with active inotify. Most distribution kernels should be suitable.
  16 +
  17 +## Dependencies
  18 +
  19 +gcc
  20 +
  21 +## Contributing
  22 +
  23 +No contribution right now, sorry.
  24 +
  25 +## License
  26 +
  27 + This program is free software: you can redistribute it and/or modify
  28 + it under the terms of the GNU General Public License as published by
  29 + the Free Software Foundation, either version 3 of the License, or
  30 + (at your option) any later version.
  31 +
  32 + This program is distributed in the hope that it will be useful,
  33 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  34 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  35 + GNU General Public License for more details.
  36 +
  37 + You should have received a copy of the GNU General Public License
  38 + along with this program. If not, see <http://www.gnu.org/licenses/>.
  39 +
  40 +## Author
  41 +
  42 +Georg Hopp <georg@steffers.org>
... ...
Please register or login to post a comment