Skip to content

Instantly share code, notes, and snippets.

@raulneis
Created December 7, 2018 12:59
Show Gist options
  • Save raulneis/60c2e108926ce3ce0f74c51f136fcd6e to your computer and use it in GitHub Desktop.
Save raulneis/60c2e108926ce3ce0f74c51f136fcd6e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find . -iname '*.php' -exec php -l '{}' \; | grep '^No syntax errors' -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment