The best interactive linux shell in the world made for educational purposes.
- Reading user input, parsing it and launching programs
- 5 built-in commands
- Simple shell history (can't move for now)
- Bugless shell
- Secure shell without memory leaks
- Keyboard handling
- Piping, regex and other useless stuff
git clone https://github.com/bftelman/holy-shell
cd holy-shell
make
Run ./bin/main
after building the project
Muhammad Abushov.