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

set -e

datagen > file
chmod 642 file

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