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 3482ac6..9b464d4 100755
--- a/scripts/watch_templates.sh
+++ b/scripts/watch_templates.sh
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
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 file
5 do 5 do
6 scripts/build_content.sh "all_md" 6 scripts/build_content.sh "all_md"
7 done 7 done