ruzafa8 / minishell

A simple Unix shell implementation in C. Supports basic commands, piping, redirection, and signal handling. Ideal for learning shell scripting and process management. It's a 42 School Project.
1 stars 0 forks source link
42 c minishell shell

Minishell

A simple Unix shell implementation in C. This project supports basic commands, piping, redirection, and signal handling. It's an ideal project for learning shell scripting and process management.

Features

Getting Started

Prerequisites

Installation

Clone the repository:

git clone https://github.com/ruzafa8/minishell.git
cd minishell

Compile the minishell:

make

Usage

Run the minishell:

./minishell

Examples