android_mt6572_jiabo/external/busybox/testsuite/cp/cp-dir-create-dir
2025-09-05 16:56:03 +08:00

4 lines
62 B
Text

mkdir bar
touch bar/baz
busybox cp -R bar foo
test -f foo/baz