about summary refs log tree commit diff
path: root/sssg
blob: c3c80a9d96bca164fe75db04ca88a9ea7d23c028 (plain)
1
2
3
4
5
6
#!/bin/sh
while :
do
    find . -type f ! -path '*/.*' |
    entr -d ./gen
done