1#!/bin/sh 2 3set -e 4 5GOLDEN_DIR="$ZSTD_REPO_DIR/tests/golden-decompression/" 6 7zstd -r -t "$GOLDEN_DIR" 8