2 lines
51 B
Text
2 lines
51 B
Text
busybox mkdir -p foo/bar
|
|
test -d foo -a -d foo/bar
|
busybox mkdir -p foo/bar
|
|
test -d foo -a -d foo/bar
|