42-archive/42sh/sample/if.sh
2017-02-20 01:05:11 +01:00

11 lines
64 B
Bash

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