Rshell is a bash emulator that mimics the functionality of the bash command line using C++.
The program is fully functional and tested, using googletest framework. Most commands and and logical operations will work, along with piping.
Simply make the file and execute rshell using the commands
make .
./rshell