您的位置:首页 > 运维架构 > Shell

Linux下Ant启动终端并执行shell文件的方法

2013-09-25 14:28 441 查看
<target name="runDo">
<exec executable="gnome-terminal" spawn="true">
<arg line="-t 'Title' --geometry=120x80 -e '/script/path/bin/do.sh'"/>
</exec>
</target>


引用:
http://stackoverflow.com/questions/2177362/how-do-you-launch-a-shell-script-from-ant-on-a-mac
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: