8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
GOLDEN_DIR="$ZSTD_REPO_DIR/tests/golden-decompression/"
|
|
|
|
zstd -r -t "$GOLDEN_DIR"
|