SyntaxFix
Write A Post
Hire A Developer
Questions
For only validating syntax:
shellcheck [programPath]
For running the program only if syntax passes, so debugging both syntax and execution:
shellproof [programPath]