Skip to content
Gianluca Boiano edited this page Mar 16, 2024 · 1 revision
key="example string"
key=`example "quoted" string`
key=("list with one element")
key=(
    "list with"
    "multiple elements"
)
key="example ${variable} string"
key__ubuntu="this will apply only to Ubuntu  builds"
Clone this wiki locally