1. 创建空文件 2. 文件第一行写:#!/bin/bash 3. 文件内正常写代码 4. 打开终端,给文件增加权限 chmod +x path/to/build.command 5. 注意文件不要有.xx 等后缀。 最后双击就可以运行了。