/echo

Minimal JVM and scala-native echo command

Primary LanguageScalaApache License 2.0Apache-2.0

echo

Minimal JVM-based echo command, mainly for test purposes

Build Status Maven Central

Run like

$ coursier launch io.get-coursier:echo:1.0.0 -- foo
foo
$