Skip to content

Instantly share code, notes, and snippets.

@byteshiva
Forked from wizardishungry/Taco Bell Menu
Created May 6, 2018 07:15
Show Gist options
  • Save byteshiva/94d8d748b70f7d0e68a4e31d09de68af to your computer and use it in GitHub Desktop.
Save byteshiva/94d8d748b70f7d0e68a4e31d09de68af to your computer and use it in GitHub Desktop.
# check for php syntax errors in changed files
git status|grep php| cut -d : -f 2 | xargs -n1 php -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment