Rust based UNIX shell
CS 301 - Operating Systems - Project
Akhilesh Ravi
Amit Kumar Singh Yadav
Balani Mohit
Rohan Patil
Sumit Walia \
To build the shell, just do "cargo build"
To run the shell, do "cargo run"
To run directly without building, run the "main" executable
The executable files for all commands are in the "bin" folder
All codes are in the src folder. Each command has a different folder in src which has the code.