10 lines
57 B
Bash
10 lines
57 B
Bash
if ls ;
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
fi
|