6 lines
78 B
Plaintext
Executable File

# checks for [[ ]]
# && and ||
[[ a && "" ]]; echo $?
[[ a || "" ]]; echo $?