mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
chore: bash script for regenerating examples
This commit is contained in:
parent
1b0287becc
commit
55c06c4766
1 changed files with 5 additions and 0 deletions
5
scripts/generate-examples.sh
Executable file
5
scripts/generate-examples.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
Loading…
Add table
Reference in a new issue