项目作者: indradhanush

项目描述 :
A UNIX shell
高级语言: C
项目地址: git://github.com/indradhanush/rc-shell.git
创建时间: 2017-05-30T16:51:59Z
项目社区:https://github.com/indradhanush/rc-shell

开源协议:MIT License

下载


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.