mirror of
https://git.busybox.net/busybox
synced 2025-08-28 21:14:54 +02:00
2 lines
51 B
Text
2 lines
51 B
Text
busybox mkdir -p foo/bar
|
|
test -d foo -a -d foo/bar
|