summaryrefslogtreecommitdiffstats
path: root/scripts/watch_metadata.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_metadata.sh')
-rwxr-xr-xscripts/watch_metadata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch_metadata.sh b/scripts/watch_metadata.sh
index af2e6a7..4323c90 100755
--- a/scripts/watch_metadata.sh
+++ b/scripts/watch_metadata.sh
@@ -3,5 +3,5 @@
3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ 3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \
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