updated README

This commit is contained in:
Albert S. 2016-01-02 14:23:43 +01:00
부모 58db52dfc9
커밋 26cea45459
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제

9
README
파일 보기

@ -1,18 +1,15 @@
What is adhocify?
=================
adhocify uses inotify to watch for file system events.
Once an event occurs a script will be launched.
It can pass the path of the file the event occured on to this script.
Once an event occurs it can execute a script.
The path of the file and the event will be passed to that script.
Requirements
============
adhocify only runs on Linux. You need a kernel and libc with inotify support.
How do I use adhocify?
======================
Launch adhocify without any arguments and you will get the options listed.
Examples:
=========
./adhocify -w /tmp/ /home/core/myscript.sh
------------------------------------------
Watches for IN_CLOSE_WRITE events in /tmp/, launches script /home/core/myscript.sh