hv2-all-in-one/generate.sh

6 lines
100 B
Bash
Raw Normal View History

2021-08-02 17:03:24 +02:00
#!/bin/bash
find . -name \*.tmpl -exec python generate.py --schema schema.json --template {} \;