Welcome to the
Minishell
documentation! The objective of this project is to create a simple shell in C with a limited set of functions (see ).
https://github.com/rajh-phuyal/42Minishell
$> make run
cd
, echo
, env
, export
, unsetenv
, exit
, pwd
ctrl-C
, ctrl-D
, ctrl-\\
<
, >
, <<,
>>
, |
||
runs the right command only if the left one fails (returns an error).&&
runs the right command only if the left one succeeds (does not return an error).;
&
()