mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
# checks for [[ ]]
|
||
|
|
||
|
# && and ||
|
||
|
[[ a && "" ]]; echo $?
|
||
|
[[ a || "" ]]; echo $?
|