dash/README.md

7 lines
245 B
Markdown
Raw Normal View History

2024-01-05 21:38:50 +01:00
# dash
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.