Files
zstd-rs/tests/cli-tests/file-stat/decompress-stdin-to-file.sh
T
2023-02-09 07:37:37 -08:00

8 lines
96 B
Bash
Executable File

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