6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find . -name \*.tmpl -exec python generate.py --schema schema.json --template {} \;
|
|
|
|
|