Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Created October 21, 2019 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdewouters/c37b30462a3d49a9bdd6f66d0b4cd626 to your computer and use it in GitHub Desktop.
Save pdewouters/c37b30462a3d49a9bdd6f66d0b4cd626 to your computer and use it in GitHub Desktop.
find . -type d \( -name wordpress -o -name .bin -o -name .circleci -o -name .config -o -name .ebextensions -o -name .github -o -name __mocks__ -o -name node_modules -o -name chassis -o -name .tests -o -name vendor -o -name uploads \) -prune -o -name "*.php" -print0 | xargs -0 -n 1 -P 4 php -l > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment