From 32f2f66c7d4c3f8aa8cef9a67b7090e34fa1ac86 Mon Sep 17 00:00:00 2001 From: Apache Date: Tue, 15 Oct 2024 21:41:08 -0500 Subject: [PATCH] update README to add echo --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ef635..2709884 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # boreutils -Implementation of some of the Unix command line utils \ No newline at end of file +Implementation of some of the Unix command line utils + +Currently implemented: +``` +echo +``` \ No newline at end of file