Skip to content

Instantly share code, notes, and snippets.

@pstaender
Created May 3, 2016 10:29
Show Gist options
  • Save pstaender/423d97a9bf748c30f19143cacea4ae17 to your computer and use it in GitHub Desktop.
Save pstaender/423d97a9bf748c30f19143cacea4ae17 to your computer and use it in GitHub Desktop.
#!/bin/sh
# output chrome console on your MAC terminal
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-logging --v=1 &
sleep 5
tail -f "$HOME/Library/Application Support/Google/Chrome/chrome_debug.log" | egrep "(INFO|ERROR)\\:CONSOLE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment