mirror of
https://github.com/facebook/zstd.git
synced 2025-07-08 08:31:55 +02:00
9 lines
98 B
Bash
9 lines
98 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
datagen > file
|
||
|
|
||
|
zstd < file -q --trace-file-stat -o file.zst
|
||
|
zstd -tq file.zst
|