mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
mkdir bar
|
||
|
touch bar/baz
|
||
|
busybox cp -R bar foo
|
||
|
test -f foo/baz
|