mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
mkdir -p foo/bar/baz
|
||
|
touch foo/bar/baz/file
|
||
|
mkdir dir
|
||
|
busybox cp --parents foo/bar/baz/file dir
|
||
|
test -f dir/foo/bar/baz/file
|