mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-03-02 09:05:48 +00:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
echo foo | bzip2 >foo.bz2
|
|
busybox bunzip2 foo.bz2
|
|
test ! -f foo.bz2
|