Minishell developed with C
The objective was to create a minishell.
If you are in a Windows machine you can follow these steps to enable Windows Subsystem for Linux
.
Run sudo apt-get update
sudo apt install gcc
.gcc minishell.c
. ./a.out