"Building a shell from scratch".
Supported builtin commands-
- cd
- pwd
- echo
- type
- exit
Supported features-
- pipelining of multiple commands.
- external program(cat, ls, ps, git, wc, sort, your_browser etc...) execution.
- input, output and error redirection.
Future plans-
- job control