13 lines
73 B
Bash
13 lines
73 B
Bash
if ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
else ls
|
|
then
|
|
pwd
|
|
fi
|