things
This commit is contained in:
parent
4d4fc6c7bf
commit
fc94f655b2
43 changed files with 1957 additions and 694 deletions
|
|
@ -6,4 +6,5 @@ IFS=$'\n'
|
|||
while IFS=$'\n' read -r KEY; do
|
||||
VAL=$(yq ea ".$EDITION.settings.$KEY" editions.yaml)
|
||||
declare "$KEY=$VAL"
|
||||
done <<< "$SETTINGS"
|
||||
export $KEY
|
||||
done <<< "$SETTINGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue