#!/bin/bash source "site.defaults.conf" if [ -f "site.conf" ]; then source "site.conf" fi inotifywait -qrme close_write,delete,move --format "%w%f" "${FILTERS_DIR%/}" \ | while read file do scripts/build_content.sh "all_md" done