mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-12-02 10:52:32 +03: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
|