From c521a7c2e3d5ce849f9b10dd38aad715743474b9 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 30 Dec 2020 19:37:12 -0600 Subject: [PATCH] Added current shell builtins --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index d966b7f..0d92a0a 100755 --- a/README +++ b/README @@ -42,6 +42,10 @@ mkfifo sh wc +The following sh built-ins are working, but not complete or POSIX-compliant: +kill +umask + Building --------