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
/
gunzip
/
gunzip-reads-from-standard-input
blob: 0ab9fdd78c1c725e28bf3917f9471cddc10512b9 (
plain
)
1
2
echo foo | gzip -c | busybox gunzip -c > output echo foo | cmp - output