ssaroussi / AShell

A Minimalistic Shell For Unix Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AShell

A Minimalistic Shell For Unix Systems

About AShell

I've created AShell back in 2017 in order to understand by hand the creation process of a process in Unix systems.

AShell currently using the "fork & exec" method, but in the near future (ihopeso) i'll implement it with the "clone & exec" (doesnotreallyexists) method.

Resources

About

A Minimalistic Shell For Unix Systems

License:MIT License


Languages

Language:C 97.1%Language:Makefile 2.9%