ab(){
name=“$1”
echo “$name”
ck=“tiup cluster exec $name --command "hostname -I|awk ‘{print $1}’"”
}
ab “test”
1 个赞
ab(){
name=“$1”
echo “$name”
ck=“tiup cluster exec $name --command "hostname -I|awk ‘{print $1}’"”
}
ab “test”