Skip to content

Commit-The-Frog/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

This is Mini-Shell made in C

Preview

Screen Shot 2024-01-12 at 7 29 57 PM

Description

Mini-Shell is small version of bash:)
Mini-Shell works almost same as bash, except '', ';', '&', '&&', '||', etc...

Flow-Chart

Flow Chart Mini-Shell

How to install

  1. Clone this repo into your local directory and move into it.
git clone https://github.com/K-Minishell/Minishell.git
cd Minishell
  1. Make minishell
make
./minishell

How to remove

// removes all object files.
make clean
// removes all object files and also minishell program.
make fclean 

About

This is Minishell for 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •