1.查找包中的 字符串
unzip -p ldt_apptwmotherdev_v100_#498.ipa | strings | grep "iap"
2.shell 获取当前脚本文件路径
basepath="$( cd "$( dirname "$0" )" && pwd )"