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