Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 345 Bytes

Minishell

A minimal UNIX-shell implementation written in C99 with basic functionalities such as piping and redirection.

The code is written in accordance to the 42 School Norm.

Built-in commands

  • echo
  • cd
  • pwd
  • env
  • export
  • exit
  • unset

Build

make ./