mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +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`
|