git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / file-stat / compress-stdin-to-stdout.sh
CommitLineData
648db22b 1#!/bin/sh
2
3set -e
4
5datagen > file
6
7zstd < file -cq --trace-file-stat > file.zst
8zstd -tq file.zst