How can I check if a variable is empty in Bash?
[ "$variable" ] || echo empty : ${variable="value_to_set_if_unset"}