mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
5 lines
191 B
Bash
5 lines
191 B
Bash
|
#!/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
|