mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
6 lines
100 B
Text
6 lines
100 B
Text
mkdir a
|
|
>a/file
|
|
ln -s file a/link
|
|
busybox cp -RHL a b
|
|
test ! -L b/link
|
|
#sh </dev/tty >/dev/tty 2>&1
|