A modern Linux-style command-line shell implemented in C++.
- Piping (
|), redirection (>,<), background execution (&) - Built-in commands:
cd,exit,clear,alias - Alias system:
alias name=command - Shell script execution (
.shfiles) - Ready for OS, Systems, Resume, Internship Interviews
make
./shell