From d937db983fbdbaa3c9a210cd6531a67a39463b77 Mon Sep 17 00:00:00 2001 From: eneller <68303608+eneller@users.noreply.github.com> Date: Tue, 21 Jul 2020 13:22:14 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9eb582..af650d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # GdBShell Shell Projekt GdBS UUlm -A C Kernel Wrapper is used to write a bash clone in Java. This is done in several separate assignments, each expanding the previous functionality. +A bash clone written in Java, using a Kernel Wrapper written in C. Separate assignments add functionality like pipes. A cat clone with reduced functionality is also added. +