android_mt6572_jiabo/external/busybox/testsuite/bunzip2/bunzip2-reads-from-standard-input
2025-09-05 16:56:03 +08:00

2 lines
68 B
Text

echo foo | bzip2 | busybox bunzip2 > output
echo foo | cmp - output