Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Unix Shell Project : Matthew Finnegan
Description:
A custom Unix-like shell implemented in C++ that supports command parsing, sequential execution (;), and pipelines (|). The shell handles tokenization, process creation, cleanup of resources, and provides a foundation for adding features such as redirection or built-in commands.
How to Run:
1. make
2. ./shell_app