1#!/bin/sh 2 3set -e 4 5datagen > file 6chmod 642 file 7 8zstd file -q --trace-file-stat -o file.zst 9zstd -tq file.zst 10