4 lines
66 B
Bash
4 lines
66 B
Bash
|
|
VAR=(val1 val2)
|
||
|
|
DYNVAL1_VARIABLE=string1
|
||
|
|
DYNVAL2_VARIABLE=string1
|