Proudly made by Arnaud Biju Duval (abiju-du) and Théo Vogel (tvogel) !
This project is about creating a simple shell.
- History
- Single and Double quotes
- Redirections
- < and >
- << and >>
- Pipes
- Environnement variables
- Exit status
- Signals
- Ctrl + c
- Ctrl + d
- Ctrl + \
- Some builtins
- echo (working with -n)
- cd
- pwd
- export
- unset
- env
- exit