Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让非技术人员更容易部署到heroku。
为了提交你做一个 git-push,像这样:
git commit -a -m "autocommit" git push heroku master
此解决方案的最终用户对终端命令不太满意。是否可以创建一个文件,一旦双击就会在终端中触发这些命令?
我最终将文件命名为 deploy.command。之后我去终端并执行 chmod +x deploy.command
那行得通!
是的,通过 Automator 或 AppleScript。两者都可以保存为运行终端命令的自可执行文件。