mirror of
https://github.com/JakeStanger/ironbar.git
synced 2025-01-08 17:31:11 +03:00
chore: bash script for regenerating examples
This commit is contained in:
parent
1b0287becc
commit
55c06c4766
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…
Reference in New Issue
Block a user