1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

chore: bash script for regenerating examples

This commit is contained in:
Jake Stanger 2023-04-07 14:26:17 +01:00
parent 1b0287becc
commit 55c06c4766
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

5
scripts/generate-examples.sh Executable file
View 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