UCR CS100 Assignment2
David Nguyen
Shashank Sharma
Command.cc
Command.hh
Connector.cc
Connector.hh
LICENSE
main.cpp
README.md
RShellBase.cc
RShellBase.hh
RShellContainer.cc
RShellContainer.hh
Memory leak with RShellContainer.clear(); does not actually clear memory since the vectors contain pointers.
Issues with execution when '#' is the first char.
Test cases loop the last line endlessly.