Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 325 Bytes

Minishell

  • Basic reimplementation of bash3.2

Features

  • execute binaries (PATH env variable or specific path) with args, pipe, redirection > >> >>, heredoc <<, manage env variables, some builtin are implemented etc..
  • You can check the subject here