Karsp / 42-minishell

The objective of this project is to create a simple shell, like an own little bash. We learned a lot about processes, file descriptors, manage data structures (like binary trees), and many other things about the functionallity of shell itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The objective of this project is to create a simple shell, like an own little bash. We learned a lot about processes, file descriptors, manage data structures (like binary trees), and many other things about the functionallity of shell itself.


Languages

Language:C 97.0%Language:Makefile 3.0%