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

9 lines
98 B
Bash

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