generate over all directories works

This commit is contained in:
2021-08-02 17:03:24 +02:00
parent 4f8b3ce8f3
commit 5568e473f9
6 changed files with 1346 additions and 0 deletions

5
generate.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
find . -name \*.tmpl -exec python generate.py --schema schema.json --template {} \;