518
zsh, ksh, bash, and obviously sh
(startrek.website)
Post funny things about programming here! (Or just rant about your favourite programming language.)
There's a massive number of security holes in bash, shellshock being the most egregious. bash has some really terrible design flaws, especially parsing $var multiple times so you can't reliably break on spaces. Almost any other shell is safer and more productive.