From 9b60b8ec0f4c6463a7de096b473c7d55119c37d6 Mon Sep 17 00:00:00 2001 From: eneller <68303608+eneller@users.noreply.github.com> Date: Sat, 18 Jul 2020 19:52:20 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9eb582 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 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 cat clone with reduced functionality is also added.