DEBSOURCES
Skip Quicknav
sources / libzstd / 1.5.7%2Bdfsg-2 / tests / cli-tests / file-stat / compress-file-to-stdout.sh
12345678
#!/bin/sh set -e datagen > file zstd file -cq --trace-file-stat > file.zst zstd -tq file.zst