07 2018 档案

 
cocoapod podpackage 自动根据podfile生成framework实现二进制化,原创脚本,转载请注明出处
摘要:#!/bin/bash # created by lichanghong ; mail: lichanghong@soyoung.com # XXX.sh AFNetworking 3.0.0 set -e . ./pod_function.sh read_pod_file_at_current_p 阅读全文
posted @ 2018-07-01 18:50 李长鸿 阅读(1608) 评论(0) 推荐(0)
shell截取指定字符串之间的内容
摘要:#!/bin/bash#截取字符串#path=ss/usr/share/src/root/home/adminpath=ss/usr/share/src/root/home/admin/src/addecho $pathecho ${path%src*} #从右向左截取第一个 src 后的字符串ec 阅读全文
posted @ 2018-07-01 13:44 李长鸿 阅读(21911) 评论(0) 推荐(0)