mirror of
https://github.com/facebook/zstd.git
synced 2026-06-21 01:37:56 +02:00
5 lines
38 B
Bash
5 lines
38 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
println "${*}" 1>&2
|
||
|
|
exit 1
|