42-archive/42sh/sample/if.sh

11 lines
108 B
Bash

if [ 1 ]
then
if [ 1 ]
then
echo "hello world"
fi
if [ 1 ]
then
echo "salut monde"
fi
fi > file1