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