42-archive/42sh/sample/if/01_if_easy.sh
ariard@student.42.fr 597afe06d0 nesting condition ok
2017-02-20 18:17:37 +01:00

9 lines
55 B
Bash

if ls
then
if ls
then
pwd
else pwd
fi
else ls
fi