summaryrefslogtreecommitdiffstats
path: root/rules/dash.in
blob: fb30c9c4e58f30776e6ce32ed873350be833583b (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=shell_and_console
config DASH
	tristate
	prompt "dash"
	help
	  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.