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

set -e

datagen | zstd -q > file.zst

zstd -dcq --trace-file-stat < file.zst -o file