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

8 lines
98 B
Bash
Executable file

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