Current section
Files
Jump to
Current section
Files
priv/zstd/tests/cli-tests/file-stat/compress-file-to-stdout.sh
#!/bin/sh
set -e
datagen > file
zstd file -cq --trace-file-stat > file.zst
zstd -tq file.zst