mini UNIX command interpreter
mini UNIX command interpreter.
minishell uses my own implementation of libc’s function, most of them start with ft_
minishell implement a series of builtins:
$ git clone https://github.com/julekgwa/minishell.git
$ cd minishell
$ make && ./minishell
MIT