summaryrefslogtreecommitdiffstats
path: root/system/pdksh/README
diff options
context:
space:
mode:
author Azure Zanculmarktum2017-07-06 07:53:43 +0200
committer Willy Sudiarto Raharjo2017-07-12 17:48:52 +0200
commit5494138f2ba8684ba925cbf81d88373d19c9c738 (patch)
tree6fa2da6192c4e74fbab58c84cd55223c1fadf14b /system/pdksh/README
parent3a4036017124f2dd0e31ba5e6e5a22855848f508 (diff)
downloadslackbuilds-5494138f2ba8684ba925cbf81d88373d19c9c738.tar.gz
system/pdksh: Added (the Public Domain Korn Shell)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pdksh/README')
-rw-r--r--system/pdksh/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/pdksh/README b/system/pdksh/README
new file mode 100644
index 0000000000..31554a295f
--- /dev/null
+++ b/system/pdksh/README
@@ -0,0 +1,5 @@
+PD-ksh is a clone of the AT&T; Korn shell. At the moment, it has most of
+the ksh88 features, not much of the ksh93 features, and a number of its
+own features. pdksh was initially created by Eric Gisin using Charles
+Forsyth's public domain V7 shell as a base as well as parts of the BRL
+shell.