#!/bin/bash while inotifywait -r -e close_write content; do scripts/build_content.sh done