用于更改目录的shell脚本文件

时间:2015-11-09 14:30:43

标签: shell scripting osx-yosemite

我想为refectorer创建软件包安装程序我正在使用软件包版本1.1.3,将refectorer文件复制到当前机器后我需要打开终端并将目录更改为refectorer文件夹并运行make文件所以我需要shell脚本文件这样做我尝试了很多使用(cd)命令,但它没有改变directroy ...任何人都可以帮助!这是我的代码

#!/bin/sh

osascript -e 'tell application "Terminal" to activate' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down'

cd /Users/MacBookAir/Desktop/refactorerl-0.9.14.09

make

0 个答案:

没有答案