MAME/3rdparty/zstd/tests/cli-tests/file-stat/compress-stdin-to-stdout.sh
2026-05-23 01:35:04 +10:00

9 lines
98 B
Bash
Executable File

#!/bin/sh
set -e
datagen > file
zstd < file -cq --trace-file-stat > file.zst
zstd -tq file.zst