secho
is a simple command line tool that echoes its arguments to the standard output. It is a simple demonstration of a command line tool written in Rust.
curl -LO https://github.com/sontixyou/secho/releases/download/v0.0.1/secho.tar.gz
tar -xvf secho.tar.gz
sudo mv secho /usr/local/bin
$ secho Hello! Rust
Hello! Rust