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