mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 12:49:54 +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
|