mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-22 23:16:46 +03:00
5 lines
191 B
Bash
Executable File
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 |