Sign in
gerrit
/
gerrit
/
90fa2ceb4b4bb2b9e15d7991d50c087b47ac9dee
/
.
/
contrib
/
mitm-ui
/
dev-chrome.sh
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"