mirror of
https://github.com/facebook/zstd.git
synced 2025-04-19 00:44:19 +03:00
Adds the new CLI testing platform that I'm proposing. See the added `README.md` for details.
8 lines
66 B
Bash
Executable File
8 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
datagen > file
|
|
datagen > file0
|
|
datagen > file1
|