mirror of
https://github.com/facebook/zstd.git
synced 2025-12-26 16:07:03 +02:00
8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
datagen > file
|
||
|
|
datagen > file0
|
||
|
|
datagen > file1
|