/minishell

Little clone of Bash.

Primary LanguageC

Minishell

Pipex project badge of 42

A 42 project where we have to create our own shell.

Final score

Project scored with 101/100

How to compile and run

$ git clone https://github.com/alissonmarcs/minishell.git
$ cd minishell
$ make
$ ./minishell

Features implemented:

  • Pipes
  • Redirects
  • Heredoc
  • Variables
  • Simple and double quotes.
  • Builtins: echo, export, env, exit, pwd, cd, unset, and exit.
  • Of course, execution of commands.

As a first group project of 42, I would like to leave here my thanks to matesant, my partner in doing this project.

If you find out some trouble when compile or run, please contact me by opening issue.