在腾讯的bugly脚本上增加是否执行脚本的开关
if [ $# -lt 1 ]; then
echo "Usage: $0 [true|false]"
exit 0;
fi
if ! $1; then
echo "Don't upload dSYM file"
exit 0;
fi
if [ $# -lt 1 ]; then
echo "Usage: $0 [true|false]"
exit 0;
fi
if ! $1; then
echo "Don't upload dSYM file"
exit 0;
fi
本文标题:bugly增加是否执行脚本的开关
本文链接:https://www.haomeiwen.com/subject/pjbswftx.html
网友评论