Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 255 Bytes

42_Core_minishell

A 42 school project where a shell program is coded.

Features

  • A prompt with a history of previous command lines
  • 7 custom built-in commands (exit, echo, export, unset, env, pwd, cd)
  • Redirections are handled
  • Pipes are handled