aboutsummaryrefslogtreecommitdiff
path: root/rundev
blob: 7fab532622c48d0ae6104eb1a5b6dc2d2ad2625e (plain)
1
2
3
4
5
6
7
#!/bin/sh

while true
do
    inotifywait -q -r -e modify .
    ./generate
done