iw7-mod/deps/zstd/tests/cli-tests/file-stat/compress-stdin-to-file.sh

9 lines
98 B
Bash
Raw Normal View History

2024-08-13 05:15:34 -04:00
#!/bin/sh
set -e
datagen > file
zstd < file -q --trace-file-stat -o file.zst
zstd -tq file.zst