Last active
December 14, 2016 21:45
-
-
Save thinkspill/75c2b0f8e9ced68077b80a492a8973d9 to your computer and use it in GitHub Desktop.
Shortcut to running phan on a subdirectory of php files
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 | |
time /web/ee2/vendor/bin/phan -y 10 -q -j 4 | tee /dev/tty | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment