2024-08-13 05:15:34 -04:00

10 lines
111 B
Bash

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