#!/bin/sh while : do find . -type f ! -path '*/.*' | entr -d ./gen done