Project done in collaboration with Marcela Richard
1- Installing minishell dependencies:
sudo apt-get install make libreadline-dev
2- Clone this repository:
git clone https://github.com/reomelo/42Porto-minishell.git
3- Enter the repository and run the program:
cd 42Porto-minishell
make run
1 - https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/
2 - https://indradhanush.github.io/blog/writing-a-unix-shell-part-2/
3 - https://indradhanush.github.io/blog/writing-a-unix-shell-part-3/
make
or make all
- compiles minishell
make clean
- wipes all object files
make fclean
- deletes minishell and all object files
make re
- fclean + all
make run
- re + ./minishell