tokiedokie / echorv

echo written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

echo written in rust


Languages

Language:Rust 100.0%