Adds the new CLI testing platform that I'm proposing. See the added `README.md` for details.
5 lines
38 B
Bash
Executable File
5 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
|
|
println "${*}" 1>&2
|
|
exit 1
|