11 lines
108 B
Bash
11 lines
108 B
Bash
if [ 1 ]
|
|
then
|
|
if [ 1 ]
|
|
then
|
|
echo "hello world"
|
|
fi
|
|
if [ 1 ]
|
|
then
|
|
echo "salut monde"
|
|
fi
|
|
fi > file1
|