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

8 lines
96 B
Bash
Raw Normal View History

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