Minimal implementation of the UNIX shell, inspired by Bash
Pull submodules and run make
git submodule init
gti submodule update
makeExecute the binary
./minishell- set of builtins like
echo,export,unset,pwd,cd,env(without options besides-nforecho) - pipes and redirections, including here-document
&&and||with()for priorities (Only pipes and redirection won't work for whole groups)*wildcard expansion
