A shell that behaves like bash with less functionalities.
Work in progress - a few features still need to implemented.
To run it:
- Use a UNIX based system (
MacOS
orLinux
for example) - Clone this repository
- Use
make
and./minishell
inside the repository - You can use side arrows to navigate through the command line and up/down arrows to navigate through the history
ctrl
+C
andctrl
+D
work the same as in bash- The implemented builtins are
exit
cd
pwd
export
unset
env
andecho
minishell is a 42 project.