Created
December 7, 2018 12:59
-
-
Save raulneis/60c2e108926ce3ce0f74c51f136fcd6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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