mirror of
https://git.busybox.net/busybox
synced 2025-07-01 12:36:15 +02:00
3 lines
56 B
Text
3 lines
56 B
Text
mkdir -p foo/bar
|
|
busybox rmdir -p foo/bar
|
|
test ! -d foo
|