mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-27 13:40:22 +00:00
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
touch foo
|
|
busybox mv foo bar
|
|
test ! -f foo -a -f bar
|