1 打开mac中的Automator程序
2 创建一个“应用程序”
3 点击“运行AppleScript”这个action,拖动到右侧面板
4 输入运行sudo的命令,比如
do shell script "sudo whatevercommandyouwanttorun" with administrator privileges
如果你要运行一个脚本,运行:
do shell script "sudo /path/to/youractualscript.sh" with administrator privileges
5 保存这个“应用程序”
6 尝试打开这个应用程序,测试他的可用性。这时应该会提醒你输入密码,因为你执行了sudo
命令。
7 在系统偏好设置------用户与群组------登录项中,添加刚保存的application