Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 966 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 966 Bytes

minishell

As beautiful as a shell

Requirements

  • gcc
  • make

Usage

make
./minishell

Features

  • Builtins : echo cd pwd env export unset exit
  • Redirections : cat < in >> out
  • Pipes
  • Simple and double quotes
  • Backslash
  • Environment variables : echo $PATH
  • Search in PATH for binaries
  • ctrl-c ctrl-d ctrl-\

Ressources

For a small documentation of our minishell, please refer to the wiki .

Authors

Yahya Oukharta – https://github.com/YahyaOukharta

Mohammed Alaoui – https://github.com/illusionist99