Loading...
Parse a shell script for problems — unterminated quotes, unclosed if/for/while/case blocks, and shellcheck-style warnings on shebangs, backticks, and [ ] use.
Checks quote balance and block structure (if/fi, for·while/do·done, case/esac), plus common shellcheck-style warnings. Heredocs aren’t fully modelled.
✓ Quotes balanced and all blocks closed across 2 blocks.