Files
2025-09-06 18:36:37 +08:00

9 lines
98 B
Bash

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