From a0b18993c8aa7ff003363b5591f8cce6cae6d35e Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 9 Oct 2020 06:05:53 -0400 Subject: [PATCH] Add readme --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7dae113 --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# 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. -- GitLab