A shell able to take simple commands within the Xv6 operating system.
This shell is able to carry out simple commands such as ls, cd & echo. The shell is also able to handle input output redirection and multiple pipes.
- Xv6
How to run the program
make qemu
my_shell