Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

782 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Minishell mimics the behavior of the good ol' bash. The project handles pipes & redirections, environment variables, expansions, signals and has built-in functionality for the following commands: cd, pwd, env, export, unset, echo and exit.

To run the minishell on Unix

  1. Clone this repository
  2. Navigate to the root folder in your terminal
  3. Run the command 'make && ./minishell'
  4. Enjoy!

About

42 Project that mimics the behaviours of bash. If you go to original repository, I have worked on it as one of the contributors.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages