This tool will use lz4 to compress/decompress files.
Usage:
lz4 [options] [file]
Examples:
lz4 -c dir_name.lz4r dir_name
lz4 -x dir_name.lz4r
lz4 -c file_name.lz4r file_name
lz4 -x file_name.lz4r
Options:
Options:
-h, --help show this help message and exit
-c CREATEFILE, --createfile=CREATEFILE
create a new archive
-x EXTRACTFILE, --extractfile=EXTRACTFILE
extract files from an archive
make test