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

7 lines
95 B
Bash
Executable file

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