gash/tests/10-if-multiple.sh

5 lines
43 B
Bash

if true; then
echo one
echo two
fi