mirror of
https://github.com/facebook/zstd.git
synced 2025-07-07 08:05:38 +02:00
8 lines
95 B
Bash
8 lines
95 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
datagen | zstd -q > file.zst
|
||
|
|
||
|
zstd -dcq --trace-file-stat < file.zst > file
|