42-archive/42sh/sample/if/01_if_easy.sh
2017-02-20 17:20:34 +01:00

10 lines
55 B
Bash

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