Files
minishell/README.md

300 B

Dependencies

  • Debian/Ubuntu
sudo apt-get install make libreadline-dev

How to install

  1. Clone the repository
git clone https://github.com/sdevsantiago/minishell.git && cd minishell
  1. Build the project
make && make clean
  1. Execute the program
./minishell