-
-
Save freddymu/b7cc373e5e6056285be6f761521cce9a to your computer and use it in GitHub Desktop.
Revisions
-
james2doyle revised this gist
Aug 10, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #!/usr/bin/env bash # found on http://kamisama.me/2012/07/02/faster-php-lint/ find my/folder/ -name "*.php" -print0 | xargs -0 -n1 -P8 php -l -
james2doyle created this gist
Jul 27, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/usr/bin/env bash find my/folder/ -name "*.php" -print0 | xargs -0 -n1 -P8 php -l