A bash terminal, recreated in C. This is a group project
This project is a collaboration with Arnaud Blondel.
- Bash commands
- Redirections
- Pipes
- Exit status of the processes
- Signals
- Parsing of double and simple quotes + environmental variables
- Recreates the following built-ins:
- echo
- cd
- pwd
- env
- export
- unset
- exit