gash/tests/10-if-multiple.sh

5 lines
43 B
Bash
Raw Normal View History

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