Skip to content

kcosta42/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Disclaimer

In School 42, almost every project must be written according to a coding syntax standard (also known as "Norme").

That's why some parts may be strange

About

Minishell is the first of 3 projects dedicated to the realization of a fully functional shell.

This is the second project of the Unix branch at School 42 Paris

In this project many features were implemented:

  • Rewriting of the builtins echo, cd, setenv, unsetenv, env and exit.
  • Cursor without the use of termcaps.
  • A command history.
  • A simple yet functional auto-complete.

Installation

Run make fclean && make.

Usage

Run ./minishell

Project done in 2016

About

Minishell 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published