mirror of
https://github.com/sheumann/hush.git
synced 2024-11-16 18:12:41 +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`
|