6 lines
69 B
Bash
6 lines
69 B
Bash
VAR1=test
|
|
VAR2=value
|
|
VAR3=test1
|
|
VAR4=''
|
|
VAR5=true
|
|
VAR6=(test1 test2)
|