chantal0000 / 42_minishell

Minishell is a simple Unix shell implementation written in C. It provides a basic command-line interface for users to interact with the operating system. This project aims to demonstrate fundamental concepts of shell programming, including command parsing, execution, and environment management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Minishell is a simple Unix shell implementation written in C. It provides a basic command-line interface for users to interact with the operating system. This project aims to demonstrate fundamental concepts of shell programming, including command parsing, execution, and environment management.


Languages

Language:C 96.9%Language:Makefile 3.1%