Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Minishell is an important project over the 42 common cursus where we have to create a simple shell. It has been coded with Dlitran.

Description

Minishell should behave like bash, and the following built-in are implemented :

  • cd
  • export
  • unset
  • echo
  • pwd
  • exit

Installation

Get the repository :

git clone https://github.com/Mafranco31/minishell.git

Compile readline library, libft and minishell (it can takes 30 sec) :

cd minishell && make

Run :

./minishell

Have fun !

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages