mirror of
https://github.com/sheumann/hush.git
synced 2025-01-05 14:29:56 +00:00
6 lines
78 B
Plaintext
Executable File
6 lines
78 B
Plaintext
Executable File
# checks for [[ ]]
|
|
|
|
# && and ||
|
|
[[ a && "" ]]; echo $?
|
|
[[ a || "" ]]; echo $?
|