The objective of this project is for you to create a simple shell.
To install and build
git clone https://github.com/WOLFIE-OG/minishell
cd minishell
git submodule update --init --recursive
make
./minishell
To run the tester
cd mpanic
bash mpanic.sh