mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-11-20 15:31:54 +01: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
|