mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
touch foo
|
||
|
ln foo bar
|
||
|
busybox mv bar baz
|
||
|
test ! -f bar -a -f baz
|