blob: adcb296d9bde1e86f2282acd2bdf157aff6e97b6 [file] [log] [blame]
#!/bin/sh
if [[ "$OSTYPE" != "darwin"* ]]; then
echo Only works on OSX.
exit 1
fi
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir=${HOME}/devchrome --proxy-server="127.0.0.1:8888"