mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +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
|