aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-02 23:32:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-02 23:32:30 -0300
commit09ed6993c9399d6fbfd3cdd273f90d61f52908fc (patch)
tree152d649c9ff37823c2ea8e47feb0fa3c1a9bbfe4 /scripts
parentc0bf4dd72275e11eb63068391ce9b393fbbc4906 (diff)
downloadtemplates-09ed6993c9399d6fbfd3cdd273f90d61f52908fc.tar.gz
templates-09ed6993c9399d6fbfd3cdd273f90d61f52908fc.tar.bz2
Updates scripts/watch
Diffstat (limited to 'scripts')
-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