##Building RShell
This program will run like a bash shell.
##Run program: cd rshell make bin/rshell
##Bugs:
- piping not working
##Built ls Command Bugs:
-
Running "bin/ls l" will run the command as if input was "bin/ls" instead of giving error for invalid flag
-
Formatting gives random new line at end of some commands in -R
-
Every file is on its own line
-
Alignment needs improvement to account for every case