如何使用此命令创建快捷方式或其他类型的应用程序:
open -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --ignore-certificate-errors
我对此很新。
答案 0 :(得分:0)
我假设您正在使用bash:
使用您喜欢的编辑器打开〜/ .bash_aliases,并按如下方式定义别名:
alias chrome_alias='open -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --ignore-certificate-errors'
显然你可以修改别名的名称