We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1316c commit 42081dbCopy full SHA for 42081db
watch.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+while inotifywait -e modify -r --include ".+?\.rst" .; do
4
+ make html
5
+done
0 commit comments