diff options
author | Leonard Schmidt <lems@gmx.net> | 2015-10-23 10:37:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-23 10:37:32 +0700 |
commit | ff27c795d78acc7851115f29e56b256cd0fd7a5a (patch) | |
tree | 29e4b6414f73cd65344df6e8d5268c3b33d536d0 /system/yash/README | |
parent | 1b90d2a7a695c8cf86e80049daa8f49533cf4de9 (diff) |
system/yash: Added (POSIX-compliant command line shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yash/README')
-rw-r--r-- | system/yash/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/yash/README b/system/yash/README new file mode 100644 index 0000000000000..f18b1aeb53a4d --- /dev/null +++ b/system/yash/README @@ -0,0 +1,5 @@ +Yash, yet another shell, is a POSIX-compliant command line shell +written by Watanabe Yuki (aka magicant) in C99 (ISO/IEC 9899:1999). It +was originally written as a work on a university course assignment but +the code has been re-written from scratch to meet the requirement of +POSIX. Yash is intended to be the most POSIX-compliant shell in the world. |