DEBSOURCES
Skip Quicknav
sources / libzstd / 1.5.7%2Bdfsg-1.1 / tests / cli-tests / file-stat / decompress-file-to-file.sh
12345678
#!/bin/sh set -e datagen | zstd -q > file.zst chmod 642 file.zst zstd -dq --trace-file-stat file.zst