/echorv

echo written in rust

Primary LanguageRust

echorv

echorv is echo written in rust

Usage

$ echorv "hello world"
hello world
$ echorv hello world
hello world

-n don't output the trailing newline

$ echorv -n hello world
hello world