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