-
Notifications
You must be signed in to change notification settings - Fork 0
Intro to Shell
raisercostin edited this page Jul 29, 2017
·
4 revisions
- Toybox - combines tiny versions of many common UNIX utilities into a single small executable under BSD license
- toybox & busybox
- busybox.net - BusyBox combines tiny versions of many common UNIX utilities into a single small executable.
- https://busybox.net/about.html
- interesting analysis about toybox - a http://landley.net/talks/celf-2013.txt
-
https://en.wikipedia.org/wiki/Toybox
Toybox is licensed using the permissive BSD license, where BusyBox uses the copyleft GNU General Public License, which lead to different usage domains. Busybox is mostly used in the copyleft FOSS domain, while Toybox is used mostly with permissive licensed projects and by commercial companies, e.g. Google's Android[8] which is an explicit target of toybox[9]. Feature-wise Toybox has not reached parity with Busybox, Toybox offers currently only a subset of the Busybox functionality.
- http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html