sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
3 stars 1 forks source link

help - builtin #51

Closed znichola closed 1 year ago

znichola commented 1 year ago

when called it it will display a quick readme about the project a list of builtin functions we coded, what was mandatory and what was optional that we added.

eg:

minishell$ help
    minishell
a 42lausanne project
by skoulen znichoal 

...etc
znichola commented 1 year ago

enh, just read the readme, next!