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

set -e

datagen > file

zstd < file -q --trace-file-stat -o file.zst
zstd -tq file.zst