cargo buildcargo runcargo test $ cargo run
rshell$ ls
Cargo.lock Cargo.toml README.md REQUIREMENTS.md src target
rshell$ ls $HOME; echo Hello, World
applications desktop documents downloads music pictures public templates videos
Hello, World
rshell$ exit
$ cargo build
$ ./target/debug/rshell -c "echo this is a test"
this is a test
$