I started learning C language and I decided to create a mini shell to practice what I learned.
This is a mini shell that can run commands with their arguments.
For the moment, it can only run commands with their arguments, but I will add more features in the future.
In progress...
To run a command, you just need to type the command name and its arguments.
$ ls -l
- Run commands in background
- Run commands with pipes
- Run commands with redirections
- Build my own commands
- Add a history
- Add a completion