Sign in
nest-open-source
/
nest-hello
/
507800056
/
busybox
/
93bb1df950bc8e64dad7b804ca2f5050e3772296
/
.
/
shell
/
ash_test
/
ash-arith
/
arith-bash1.tests
blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 [
file
]
# checks for [[ ]]
# && and ||
[[
a
&&
""
]];
echo $
?
[[
a
||
""
]];
echo $
?