Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 383 Bytes

secho

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.

Installation

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

Command

$ secho Hello! Rust
Hello! Rust