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-file.sh
CommitLineData
648db22b 1#!/bin/sh
2
3set -e
4
5datagen > file
6
7zstd < file -q --trace-file-stat -o file.zst
8zstd -tq file.zst