summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zstd/tests/cli-tests/file-stat/compress-file-to-stdout.sh
blob: 99ebfc46f59b357a4fab1234b536053c2b607fb8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

datagen > file

zstd file -cq --trace-file-stat > file.zst
zstd -tq file.zst