Packages

Zstd binding for Erlang/Elixir

Current section

Files

Jump to
nextroll_zstd priv zstd tests cli-tests compression long-distance-matcher.sh
Raw

priv/zstd/tests/cli-tests/compression/long-distance-matcher.sh

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