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