mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
3 lines
68 B
Text
3 lines
68 B
Text
echo foo | bzip2 >foo.bz2
|
|
busybox bunzip2 foo.bz2
|
|
test ! -f foo.bz2
|