mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
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
|