42-archive/42sh/sample/if.sh
2017-02-19 19:32:45 +01:00

13 lines
73 B
Bash

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