blob: 88ee11ac84d4e44c383e69f5db8cc3654ae2e0a5 [file] [log] [blame]
#!/bin/sh
set -e
. "$COMMON/platform.sh"
zstd < file -vv -19 -o file.19.zst
zstd -vv -l file.19.zst
zstd < file -vv -19 --long -o file.19.long.zst
zstd -vv -l file.19.long.zst