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