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