mirror of
https://github.com/sheumann/hush.git
synced 2025-02-06 13:30:24 +00:00
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
echo foo | bzip2 >foo.bz2
|
|
busybox bzcat foo.bz2
|
|
test -f foo.bz2
|