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

8 lines
93 B
Bash
Executable File

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