Errors in Shell Scripts?

Many IDEs (integrated development environments) and text editors these days have listing capabilities. Basically the ability to help you check your syntax and fix potential errors as you go.

One place that it’s been missing is the shell. Now there’s a solution for that too.

http://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/