Skip to content

Latest commit

Β 

History

History
15 lines (12 loc) Β· 399 Bytes

File metadata and controls

15 lines (12 loc) Β· 399 Bytes

🐚 Advanced C++ Shell

A modern Linux-style command-line shell implemented in C++.

✨ Features:

  • Piping (|), redirection (>, <), background execution (&)
  • Built-in commands: cd, exit, clear, alias
  • Alias system: alias name=command
  • Shell script execution (.sh files)
  • Ready for OS, Systems, Resume, Internship Interviews

πŸ“¦ Build & Run

make
./shell