Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 325 Bytes

minishell

a very limited version version of the shell envirement

  • No pipes // redirections or anything fancy like that
  • Handles the envirement variable ;
  • executes commands via fork() and execve();
  • Written under 42's coding guidlines -- 5 variables / 25 lines for each function, being the most notable restriction