DEV Community

Discussion on: 🚀 The Missing Shell Scripting Crash Course

Collapse
 
crcastle profile image
Chris Castle

This is a great article! Once you get the basics down, ShellCheck is a great tool to use to make these and other syntax and style "rules" easier to remember (or not have to remember at all!). shellcheck.net

It can be easily added as a linter to Vim, Emacs, VS Code, and others.

ShellCheck screenshot

Collapse
 
godcrampy profile image
Sahil Bondre

This sounds like something I definitely need! Thanks!