mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
5 lines
38 B
Text
5 lines
38 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
println "${*}" 1>&2
|
||
|
|
exit 1
|