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

10 lines
52 B
Bash

if ls
then
ls
elif ls
then
ls
elif ls
then
ls
fi