42-archive/42sh/sample/if.sh
ariard@student.42.fr f33d2be526 lexing if ok
2017-02-01 00:00:27 +01:00

6 lines
67 B
Bash

echo "begin if"
if [ 1 ]
then
echo "hello world"
fi
echo "end if"