Skip to content

Instantly share code, notes, and snippets.

@guanguans
Created December 1, 2021 01:38
Show Gist options
  • Save guanguans/5fa8cde9924eebf4592f7094d07de773 to your computer and use it in GitHub Desktop.
Save guanguans/5fa8cde9924eebf4592f7094d07de773 to your computer and use it in GitHub Desktop.
#php
find src/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l -f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment