mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
8 lines
66 B
Text
8 lines
66 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
datagen > file
|
||
|
|
datagen > file0
|
||
|
|
datagen > file1
|