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
|