/42-CC_Minishell

42 - Create a simple shell.

Primary LanguageC

MINISHELL

"As beautiful as a shell"

Objective

The objective of this project is to create a simple shell.

(learn a lot about processes and file descriptors)

Usage

$ git clone https://github.com/adbenoit-9/42_minishell.git
$ cd 42_minishell/

Execution

$ make run
[command]

or

$ make ; ./minishell -c [command]

Preview

Example

In collaboration with mabriand 💕