singe/thirdparty/zstd/tests/cli-tests/compression/verbose-wlog.sh
2023-11-14 22:16:48 -06:00

11 lines
180 B
Bash
Executable file

#!/bin/sh
set -e
. "$COMMON/platform.sh"
zstd < file -vv -19 -o file.19.zst
zstd -vv -l file.19.zst
zstd < file -vv -19 --long -o file.19.long.zst
zstd -vv -l file.19.long.zst