gash/tests/10-else-multiple.sh

7 lines
55 B
Bash
Raw Normal View History

2018-11-10 09:59:08 +00:00
if false; then
:
else
echo one
echo two
fi