diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-10-02 01:57:51 +0000 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-10-02 01:57:51 +0000 |
commit | 90adb701314c8f2ba0703c86be7e42899b2ababb (patch) | |
tree | 0d1c25030231e07239033a5c44c49e52ffa0114d | |
parent | e481dc8b0a692e9aa168d0ac0ffdf14baaaeb0b7 (diff) |
Add README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |