mirror of
https://github.com/facebook/zstd.git
synced 2026-04-29 08:30:32 +02:00
f3096ff6d1
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
|