Skip to content
Snippets Groups Projects
Commit a0b18993 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Add readme

parent 07ae95a5
Branches
No related merge requests found
# C - Pipes, Forks, and Custom Shell Implementation
## Description
Introduces concepts of pipes, forks, parents/children, and other aspects necessary for a custom implementation of the
shell.
Program is fairly basic compared to most Shells provided by standard Linux installs.
## Known Issues
Backgrounding of commands is buggy and may lead to memory leaks or other undefined behavior.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment