From ff27c795d78acc7851115f29e56b256cd0fd7a5a Mon Sep 17 00:00:00 2001 From: Leonard Schmidt Date: Fri, 23 Oct 2015 10:37:32 +0700 Subject: system/yash: Added (POSIX-compliant command line shell). Signed-off-by: Willy Sudiarto Raharjo --- system/yash/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/yash/README (limited to 'system/yash/README') diff --git a/system/yash/README b/system/yash/README new file mode 100644 index 0000000000..f18b1aeb53 --- /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. -- cgit v1.2.3