diff options
Diffstat (limited to 'rundev')
| -rwxr-xr-x | rundev | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +which inotifywait 2> /dev/null 1> /dev/null || { echo 'Could not found inotifywait'; exit 1; } + files=$(find . -name '*.template.*') ./generate |
