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