DEV Community

Discussion on: Quick Test Your Bash Shell

Collapse
 
bobbyiliev profile image
Bobby Iliev

I use the shellcheck tool as described here:

devdojo.com/guide/bash/debugging-a...

You can use their website directly or you could install the CLI tool as well.

It is very handy, it gives you some suggestions on some best practices too.