Skip to content

Instantly share code, notes, and snippets.

@thinkspill
Last active December 14, 2016 21:45
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 thinkspill/75c2b0f8e9ced68077b80a492a8973d9 to your computer and use it in GitHub Desktop.
Save thinkspill/75c2b0f8e9ced68077b80a492a8973d9 to your computer and use it in GitHub Desktop.
Shortcut to running phan on a subdirectory of php files
#!/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