Simple Unix shell written in C
shell.mp4
git clone https://github.com/manialm/shell
cd shell
make run(made using https://github.com/pvigier/dependency-graph)

- pipes
- readline-like support
- alias
- history
- variables
- jobs
(Honestly, just really wanted to do pipes :D )