11 lines
64 B
Bash
11 lines
64 B
Bash
if ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
else ls
|
|
fi
|