ironbar/scripts/generate-examples.sh
2023-04-07 14:26:17 +01:00

5 lines
191 B
Bash
Executable File

#!/usr/bin/env bash
corn examples/config.corn -t json > examples/config.json
corn examples/config.corn -t toml > examples/config.toml
corn examples/config.corn -t yaml > examples/config.yaml