• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3set -e
4
5datagen | zstd -q > file.zst
6chmod 642 file.zst
7
8zstd -dq --trace-file-stat file.zst
9