Current section
Files
Jump to
Current section
Files
priv/zstd/tests/cli-tests/file-stat/decompress-stdin-to-stdout.sh
#!/bin/sh
set -e
datagen | zstd -q > file.zst
zstd -dcq --trace-file-stat < file.zst > file