标签: android bash shell deployment ant
我想打电话:
ant release
然后我想调用我有的脚本
sh deploy-app.sh
如何在脚本中执行此操作?
答案 0 :(得分:0)
创建包装脚本:
ant release deploy-app.sh
(假设deploy-app.sh为chmod u+x。)
deploy-app.sh
chmod u+x