#!/bin/sh while inotifywait -qq -r ./ -e create,delete,modify; do ./update done