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