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

8 lines
96 B
Bash
Executable File

#!/bin/sh
set -e
datagen | zstd -q > file.zst
zstd -dcq --trace-file-stat < file.zst -o file