1#!/bin/sh 2 3set -e 4 5datagen | zstd -q > file.zst 6 7zstd -dcq --trace-file-stat < file.zst > file 8