mmakboub / MiniShell

This project is about creating a simple shell. Like an own little bash. The main goal is to have a good understanding of process creation and Handles running commands, redirections, pipes, environment variables, signals and command history just like in bash. using the C programmming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This project is about creating a simple shell. Like an own little bash. The main goal is to have a good understanding of process creation and Handles running commands, redirections, pipes, environment variables, signals and command history just like in bash. using the C programmming language.


Languages

Language:C 96.2%Language:Makefile 3.8%