6 lines
67 B
Bash
6 lines
67 B
Bash
echo "begin if"
|
|
if [ 1 ]
|
|
then
|
|
echo "hello world"
|
|
fi
|
|
echo "end if"
|