Skip to content

nathantypanski/rash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rash

rash is a toy shell written in Rust. Currently it does the bare minimum that you could ask of a shell: it has a REPL and it spawns processes.

$ cargo run    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `target/debug/rash`
No previous history.
$ echo hello world
hello world

$ cat rash.rs

$ cat README.md
# rash

`rash` is a toy shell written in Rust.

$
CTRL-D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages