mirror of
https://github.com/sheumann/hush.git
synced 2024-11-14 05:05:59 +00:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
touch foo
|
||
|
ln -s foo bar
|
||
|
busybox mv bar baz
|
||
|
test -L baz
|
||
|
test xfoo = x`readlink baz`
|