dotfiles/snippets/shell_array.sh
2024-05-23 20:08:16 -06:00

2 lines
52 B
Bash

# set $info if unset
: "${info:=item1 item2 item3}"