blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 [file] [log] [blame]
# checks for [[ ]]
# && and ||
[[ a && "" ]]; echo $?
[[ a || "" ]]; echo $?