summaryrefslogtreecommitdiffstats
path: root/scripts/watch_filters.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-10 16:41:05 +0200
committerVolpeon <git@volpeon.ink>2021-05-10 16:41:05 +0200
commita48d05d1d5fcff414359c8ba6cc8f38467aebdeb (patch)
tree3542bf116c910a1bb42b40d8531f60c2c2498b08 /scripts/watch_filters.sh
parentUpdate (diff)
downloadvolpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.gz
volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.bz2
volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.zip
Refactoring to fully take advantage of Make
Diffstat (limited to 'scripts/watch_filters.sh')
-rwxr-xr-xscripts/watch_filters.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/watch_filters.sh b/scripts/watch_filters.sh
deleted file mode 100755
index 5dd6ad5..0000000
--- a/scripts/watch_filters.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" "${FILTERS_DIR%/}" \
6 | while read file
7 do
8 scripts/build_content.sh "all_md"
9 done