hush/shell/ash_test/ash-arith/arith-bash1.tests

6 lines
78 B
Plaintext
Executable File

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