Skip to content

indradhanush/rc-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.