9 lines
55 B
Bash
9 lines
55 B
Bash
if ls
|
|
then
|
|
if ls
|
|
then
|
|
pwd
|
|
else pwd
|
|
fi
|
|
else ls
|
|
fi
|