Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

cargo build

Run

cargo run

Test

cargo test 

Example Usage

$ 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
$

Useful links

About

rust shell: just me learning rust by building a shell.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages