diff --git a/project.zsh b/project.zsh index f5e7474..49f5b51 100644 --- a/project.zsh +++ b/project.zsh @@ -39,6 +39,11 @@ for file in templates/*.j2; do chmod[$file]=0644 done +for file in utils/*; do + targets+=($file) + type[$file]=script +done + # FIXME: This should be upstreamed. function script.install { if [[ "false" = "${install[$target]}" ]]; then