Implemented -e: exit adhocify if child exits with specified return code

This commit is contained in:
2014-12-20 20:11:51 +01:00
parent daec97f2b3
commit 2033102e40
2 changed files with 56 additions and 4 deletions

4
README
View File

@ -48,4 +48,6 @@ Watches for IN_OPEN events in /tmp/, launches script /home/core/myscript.sh
... ignores *.txt files ....
Further options
===============
-e, --exit-with-child: Instructs adhocify to exit once a child does. You can also specify an exit code, e. g. -e 1, to exit on errors. Default is 0.