Skip to content

Zanixpy/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been created as part of the 42 curriculum by

MINISHELL

Description

This project is about reproducing the concept of a shell with less features than the true shell does.

Instructions

Ressources

Workflow

Input/Output :

''' Input : None

Output :

  • Type : int
  • Description : We exit the int and according to the command executed, we can display strings. '''

Break down into sub-problems :

''' Main issue : Reproduces shell behavior ├── Sub-problem 1 : Display a prompt │ └── display_prompt ├── Sub-problem 2 : Parsing the prompt │ ├── check_prompt │ ├── initialize_struct │ └── ├── Sub-problem 3 : Execute the command │ ├── │ ├── │ └──
├── Sub-problem 4 : Start the battle │ ├── └── END '''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors