MOMFSC - Someguynamedjoe/momfsc GitHub Wiki

MOMFSC is intended to be a quick and simple syntax checker for Bash. It looks for a defined list of unmatched syntactical symbols and spits out a list of lines to be inspected. The list of symbols may well be incomplete, and at the moment it includes:

  • Parentheses
  • Single Quotes
  • Double Quotes
  • Brackets
  • Braces
  • Backticks
  • if/fi
  • do/done

Suggestions and contributions are welcome.