richardmarcela / 42-minishell

This is a 42 project. This project is about creating a simple shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42-minishell

WhatsApp Image 2023-08-10 at 5 24 51 PM

This is a 42 project. This project is about creating a simple shell.

Project done with Ricardo Melo

1 - First things first, you need to clone this repository:

git clone 

2 - Go to Minishell and run make

cd 42-minishell/
make

3 - Run minishell

./minishell

and that's basically it! :)

About

This is a 42 project. This project is about creating a simple shell.


Languages

Language:C 96.8%Language:Makefile 3.2%