android_mt6572_jiabo/external/busybox/shell/ash_test/ash-arith/arith-bash1.tests
2025-09-05 16:56:03 +08:00

5 lines
78 B
Text
Executable file

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