Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 359 Bytes

File metadata and controls

18 lines (13 loc) · 359 Bytes

"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