2 lines
52 B
Bash
2 lines
52 B
Bash
# set $info if unset
|
|
: "${info:=item1 item2 item3}"
|
# set $info if unset
|
|
: "${info:=item1 item2 item3}"
|