shell 自动获取和map应用实例url cloudfoundry实例

Posted 陌上花开

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 自动获取和map应用实例url cloudfoundry实例相关的知识,希望对你有一定的参考价值。

 

#!/bin/bash
#a="one,two,three,four"
a=$(cf a|grep started |grep $1|tr -s ‘ ‘|cut -d ‘ ‘ -f 6-|cut -d ‘,‘ -f 1-)
OLD_IFS="$IFS"
IFS=","
arr=($a)
IFS="$OLD_IFS"

for s in ${arr[@]}
do
  echo "$s"
cf map-route $2  $(echo "$s"|cut -d ‘.‘ -f 2-) -n $(echo "$s"|cut -d ‘.‘ -f 1)

done

 














以上是关于shell 自动获取和map应用实例url cloudfoundry实例的主要内容,如果未能解决你的问题,请参考以下文章

接口自动化-testNG+获取鉴权值(实例)

使用 bing map api 获取地址(邮政编码)自动地理定位?

Shell 传递参数

Shell 传递参数

shell之参数传递

cl.exe 不会在第二个子进程中编译