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

8 lines
96 B
Bash

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