Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
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

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages