Files
Lucina3DS/externals/zstd/tests/cli-tests/compression/long-distance-matcher.sh
2025-02-07 16:21:42 +08:00

8 lines
115 B
Bash
Executable File

#!/bin/sh
set -e
# Test --long
zstd -f file --long ; zstd -t file.zst
zstd -f file --long=20; zstd -t file.zst