Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 871 Bytes

norm compilation

Minishell

Proudly made by Arnaud Biju Duval (abiju-du) and Théo Vogel (tvogel) !

This project is about creating a simple shell.

Features

  • History
  • Single and Double quotes
  • Redirections
    • < and >
    • << and >>
  • Pipes
  • Environnement variables
  • Exit status
  • Signals
    • Ctrl + c
    • Ctrl + d
    • Ctrl + \
  • Some builtins
    • echo (working with -n)
    • cd
    • pwd
    • export
    • unset
    • env
    • exit