摘要: #!/usr/bin/env bash function getListByKey() { json=$1 key=$2 echo $json | grep -Po '"$key":(.+?),' | grep -Po '\d+' } function groupProjects() { groupList='' groupList=$(curl -H "PRIV... 阅读全文
posted @ 2019-11-06 18:21 三藏大湿 阅读(4411) 评论(0) 推荐(0) 编辑