summaryrefslogtreecommitdiffstats
path: root/scripts/watch_metadata.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_metadata.sh')
-rwxr-xr-xscripts/watch_metadata.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/watch_metadata.sh b/scripts/watch_metadata.sh
deleted file mode 100755
index 2f6efde..0000000
--- a/scripts/watch_metadata.sh
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/bash
2
3source "site.defaults.conf"
4
5inotifywait -qrme close_write,delete,move --format "%w%f" "${METADATA_DIR%/}" \
6 | while read file
7 do
8 scripts/build_content.sh "all_md"
9 done