Experimentation with Rust programming language to create a shell for Unix-based systems
- exit command
- cd command
- pipes
- background process (&)
- signal handling
- redirection
To run the shell(dev):
cargo run
To build binary:
cargo build
first commit based on code from: https://www.joshmcguigan.com/blog/build-your-own-shell-rust/
inspiration from: https://github.com/psinghal20/rush