We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419e690 commit d16cd2eCopy full SHA for d16cd2e
README.md
@@ -5,7 +5,7 @@ Recursive monitoring with incron, for newly created subdirectories in a parent f
5
6
My incrontab entry looks something like this:
7
8
-/var/www/examplesite/projects IN_CREATE,IN_DELETE /var/www/soundtrack/output.py $# $@ $%
+/var/www/examplesite/projects IN_CREATE,IN_DELETE /var/www/examplesite/update.py $# $@ $%
9
10
This script will monitor a parent directory, and look for whether a sub-directory has been
11
added/removed and update incrontab to add a watch on the new sub-dir.
0 commit comments