10 lines
55 B
Bash
10 lines
55 B
Bash
if ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
elif ls
|
|
then
|
|
pwd
|
|
fi
|