Skip to content

otmanewahdani/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell $>

This is a 42 project that aims to create a minimized version of Bash. This shell integrates a set of built-ins like echo and export and also can run any number of commands in a pipeline.

Features

  • Expansion of environment variables and return statuses of commands
  • The Handling of the interrupt and quit signals is quite similar to Bash
  • Works with heredocs anywhere in the pipeline
  • Redirection of output to files in overwrite and append modes
  • Redirection of input to commands from files

Usage

In your MacOs machine, run the following in your terminal:

git clone [email protected]:otmanewahdani/minishell.git && cd minishell && make && ./minishell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published