Skip to content

mariebriand/42-CC_Minishell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 💕

About

42 - Create a simple shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • Makefile 5.6%