index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
bunzip2
/
bunzip2-reads-from-standard-input
blob: 7bc8421358f8aa68f015b80c42d185dd32914a86 (
plain
)
1
2
echo foo | bzip2 -c | busybox bunzip2 -c > output echo foo | cmp - output