7 lines
96 B
Plaintext
Executable File
7 lines
96 B
Plaintext
Executable File
if false; then
|
|
:
|
|
elif echo 'ELIF1'; echo 'ELIF2'; then
|
|
echo "ELIF THEN"
|
|
fi
|
|
echo "Ok:$?"
|