10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
|
if condition not satisified
|
||
|
then
|
||
|
echo it did not work...
|
||
|
echo failed!
|
||
|
false
|
||
|
else
|
||
|
echo it went okay ?!AMP?!
|
||
|
congratulate user
|
||
|
fi
|