oksh-noxz[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh). |
|
git clone https://noxz.tech/git/oksh-noxz.git | |
Log | Files | Tags |
1/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ 2 3/* 4 * value of $KSH_VERSION (or $SH_VERSION) 5 */ 6 7#include "sh.h" 8 9const char ksh_version [] = 10 "@(#)PD KSH v5.2.14 99/07/13.2";