#!/bin/sh while true do inotifywait -q -r -e modify . ./generate done