mac命令行启动应用
- 谷歌浏览器
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
// 在9222端口下开启远程调试
--remote-debugging-port=9222
// 指定当前浏览器用户目录(如果目录为空则打开一个全新浏览器)
--user-data-dir=/Users/til/temp
- 微信(可以多开微信)
/Applications/WeChat.app/Contents/MacOS/WeChat