Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 490 Bytes

RC Shell

A minimal UNIX shell.

Note: This is a work in progress

I am explaining this project as I progress on my blog:

  • Part I deals with understanding fork.
  • Part II explains how to execute commands like ls and pwd.
  • Part III explains the concepts of signal handling.