Skip to content

theovgl/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is about creating a simple shell

Resources

Stars

Watchers

Forks