singe/thirdparty/zstd/tests/cli-tests/file-stat/compress-stdin-to-stdout.sh
2023-11-14 22:16:48 -06:00

8 lines
98 B
Bash
Executable file

#!/bin/sh
set -e
datagen > file
zstd < file -cq --trace-file-stat > file.zst
zstd -tq file.zst