summaryrefslogtreecommitdiffstats
path: root/rules/dash.in
blob: 3f6ea99cf6cd5a40448172c1e6dc98ffae3a2ac6 (plain)
1
2
3
4
5
6
7
8
9
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.