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

10 lines
111 B
Bash
Executable File

#!/bin/sh
set -e
datagen > file
chmod 642 file
zstd file -q --trace-file-stat -o file.zst
zstd -tq file.zst