diff options
Diffstat (limited to 'system/dash/README')
-rw-r--r-- | system/dash/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/dash/README b/system/dash/README new file mode 100644 index 0000000000..c41d3417a6 --- /dev/null +++ b/system/dash/README @@ -0,0 +1,4 @@ +DASH is a POSIX-compliant implementation of /bin/sh that aims to be as +small as possible. It does this without sacrificing speed where possible. +In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) +for most tasks. |