Files
Lucina3DS/externals/zstd/tests/cli-tests/file-stat/decompress-stdin-to-stdout.sh
2025-02-07 16:21:42 +08:00

8 lines
95 B
Bash
Executable File

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