99ebfc46f59b357a4fab1234b536053c2b607fb8
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / file-stat / compress-file-to-stdout.sh
1 #!/bin/sh
2
3 set -e
4
5 datagen > file
6
7 zstd file -cq --trace-file-stat > file.zst
8 zstd -tq file.zst