aboutsummaryrefslogtreecommitdiff
path: root/scripts/watch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch')
-rwxr-xr-xscripts/watch6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/watch b/scripts/watch
index a5aa653..d2e78d7 100755
--- a/scripts/watch
+++ b/scripts/watch
@@ -30,5 +30,9 @@ cd $BASEDIR
# kvmx ssh $VM make -C $FOLDER compile
#done
-# Setup watcher
+# Implementation based on the inotifier script
+#inotifier $WATCHED mkdocs build
+#inotifier $WATCHED kvmx ssh $VM make -C $FOLDER compile
+
+# Implementation based on KVMX
kvmx inotify $VM $WATCHED make -C $FOLDER compile