JustOS/busybox-1_37_0/shell/hush_test/hush-misc/elif1.tests

7 lines
96 B
Plaintext
Executable File

if false; then
:
elif echo 'ELIF1'; echo 'ELIF2'; then
echo "ELIF THEN"
fi
echo "Ok:$?"