Create a simple shell
make && ./minishell
minishel.mov
Bash
http://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Redirections
To start
https://segfault42.github.io/posts/minishell/
Signal
http://www-igm.univ-mlv.fr/~dr/NCSPDF/chapitre11.pdf
Redirection
https://openclassrooms.com/fr/courses/43538-reprenez-le-controle-a-laide-de-linux/40444-les-flux-de-redirection \
Pipes
Signals handling
Processes handling (fork)
Files descriptor and redirections
Group collab