Skip to content

A project aimed at implementing a Unix shell similar to "sh" and "bash", as well as a custom memory heap allocator using C.

Notifications You must be signed in to change notification settings

MarinosSav/Shell_Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Unix Shell and Memory Heap Emulator

A project aimed at implementing a Unix shell similar to "sh" and "bash", as well as a custom memory heap allocator using C.

The shell emulator handles command sequences of 3 or more. It also supports pipes, subshells, and commands such as "exit" and "cd".

The memory heap allocator handles operations such as "malloc", "calloc", "realloc" and "free".

The repository only contains my code and none of the testing framework.

About

A project aimed at implementing a Unix shell similar to "sh" and "bash", as well as a custom memory heap allocator using C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages