A lightweight POSIX-compliant implementation of /bin/sh http://gondor.apana.org.au/~herbert/dash/
Go to file
2024-01-05 21:38:53 +01:00
dash.spec automatic version update by autodist [release 0.5.12-1mamba;Mon Dec 12 2022] 2024-01-05 21:38:53 +01:00
README.md run scripts with /bin/dash to avoid damage due to /bin/sh disappearing [release 0.5.7-4mamba;Tue Oct 15 2013] 2024-01-05 21:38:52 +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.