#!/bin/sh files=$(find . -name '*.template.*') ./generate while true do inotifywait -q -e modify $files ./generate done