Files
2025-09-06 18:36:37 +08:00

8 lines
115 B
Bash

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