From 90adb701314c8f2ba0703c86be7e42899b2ababb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 2 Oct 2019 01:57:51 +0000 Subject: Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..20b1395 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Bosix is a single binary that provides standards-conformant implementations +of all commands specified by POSIX (eventually). It is similar in this +respect to BusyBox, with two major differences: + +1. Tools are direct imports of commands from UNG, which are aimed at providing +precisely conformant funcionality without superflous extension (notably, there +are no GNU-style long options or needless colorization). + +2. Bosix is licensed under the MIT License, so it can be used as a basis for +larger works without worrying about GPL requirements. + +Bosix is a work-in-progress inasmuch as it depends on the UNG implementation +of tools, many of which are works in progress. \ No newline at end of file -- cgit v1.2.1