Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created April 13, 2011 10:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deplorableword/917326 to your computer and use it in GitHub Desktop.
Save deplorableword/917326 to your computer and use it in GitHub Desktop.
Listen to your PHP errors on Mac
tail -f /Applications/MAMP/logs/php_error.log | while read line ; do echo $line | say ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment