summaryrefslogtreecommitdiffstats
path: root/scripts/watch_templates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_templates.sh')
-rwxr-xr-xscripts/watch_templates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch_templates.sh b/scripts/watch_templates.sh
index 160a46c..9c7e787 100755
--- a/scripts/watch_templates.sh
+++ b/scripts/watch_templates.sh
@@ -3,5 +3,5 @@
3inotifywait -qrme close_write,delete,move --format "%w%f" templates \ 3inotifywait -qrme close_write,delete,move --format "%w%f" templates \
4 | while read FILENAME 4 | while read FILENAME
5 do 5 do
6 scripts/build_content.sh 6 scripts/build_content.sh "md"
7 done 7 done