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

This commit is contained in:
2014-12-20 20:11:51 +01:00
förälder daec97f2b3
incheckning 2033102e40
2 ändrade filer med 56 tillägg och 4 borttagningar

4
README
Visa fil

@@ -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.