mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-04 18:06:52 +00:00
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
mkdir bar
|
|
touch bar/baz
|
|
busybox cp -R bar foo
|
|
test -f foo/baz
|