Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 616 Bytes

File metadata and controls

12 lines (9 loc) · 616 Bytes

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