]> gitweb.fluxo.info Git - templates.git/commitdiff
Updates scripts/watch
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Aug 2024 02:32:30 +0000 (23:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Aug 2024 02:32:30 +0000 (23:32 -0300)
scripts/watch

index a5aa6535d6afda9f0d4971d90d6b2e3c7061254f..d2e78d7b646acd24db5ff56315c8aa2a0b6589ea 100755 (executable)
@@ -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