In computing, a shell is a computer program that exposes an operating system's services to a human user or other programs.
This project is about creating a simple shell and learn a lot about processes and file descriptors!
This project is about creating a simple shell and learn a lot about processes and file descriptors!
- Clone this repository on your terminal.
git clone https://github.com/gustavdlima/megabash/
- Access
megabash
repository on your computer and compile the program.
cd megabash && make
- We're ready to begin!
./minishell
- Won't use it anymore? Here you go!
make fclean
Made by gustavdlima and julianamilson.
Special thanks to our village members: rodsmade, Leticia-Franca, carlalrfranca, adrianofaus!