zstd/tests/cli-tests/file-stat/compress-stdin-to-file.sh
Danielle Rozenblit 908e812733 initial commit
2023-01-04 13:01:54 -08:00

9 lines
98 B
Bash
Executable File

#!/bin/sh
set -e
datagen > file
zstd < file -q --trace-file-stat -o file.zst
zstd -tq file.zst