#!/bin/bash inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ | while read file do scripts/build_content.sh "all_md" done