generate over all directories works
This commit is contained in:
5
generate.sh
Executable file
5
generate.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
find . -name \*.tmpl -exec python generate.py --schema schema.json --template {} \;
|
||||
|
||||
|
Reference in New Issue
Block a user