oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 55c521ef92b2c4402070f77b024a1007ba4a36e0
parent: ece2fc2ec004ba249e8c34a3ef89743a2eb2eba6
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Sat, 2 May 2020 00:27:00 -0400
Improve README.md

Explain our goals of portability. Add a list of in-progress system support.55c521ef92b2c4402070f77b024a1007ba4a36e0
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
@@ -6,6 +6,9 @@ Why?
 ----
 Because all operating systems deserve a good shell.
 
+Unlike other ports of OpenBSD ksh, this port is entirely self-contained and aims to be maximally portable across operating systems and C compilers.
+We are always looking for new combinations to add support for.
+
 Supported systems
 -----------------
 `oksh` is known to run on the following Operating Systems:
@@ -31,11 +34,14 @@ Supported systems
 
 Running on a system not listed here? Add it and send a pull request!
 
+Tentative/In progress
+---------------------
+* HPUX (builds with both aCC and gcc, but crashes on startup)
+
 Believed working
 ----------------
 We believe that `oksh` will work on the following platforms, but testing is needed.
 Help is greatly appreciated and encouraged!
-* HPUX
 * Irix
 
 Supported compilers