summaryrefslogtreecommitdiffstats
path: root/system/busybox/README
diff options
context:
space:
mode:
author Jan F. Chadima <jfch@jagda.eu>2018-03-06 14:43:39 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-10 07:11:02 +0700
commit2823f24788ac7330adb32f0158cfbbfb5ecc7c86 (patch)
tree7d34a3e7de8242a2ccd96e24cf6dd32310596e53 /system/busybox/README
parentfef16b2e8b836777440c66b131c741c53d6a7974 (diff)
downloadslackbuilds-2823f24788ac7330adb32f0158cfbbfb5ecc7c86.tar.gz
slackbuilds-2823f24788ac7330adb32f0158cfbbfb5ecc7c86.tar.xz
system/busybox: Added (The Swiss Army Knife of Embedded Linux).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/busybox/README')
-rw-r--r--system/busybox/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/busybox/README b/system/busybox/README
new file mode 100644
index 0000000000..da0b55c762
--- /dev/null
+++ b/system/busybox/README
@@ -0,0 +1,9 @@
+BusyBox combines tiny versions of many common UNIX utilities into a
+single small executable.
+
+It provides replacements for most of the utilities you usually find in
+GNU fileutils, shellutils, etc. The utilities in BusyBox generally have
+fewer options than their full-featured GNU cousins; however, the
+options that are included provide the expected functionality and behave
+very much like their GNU counterparts. BusyBox provides a fairly
+complete environment for any small or embedded system.