-
Notifications
You must be signed in to change notification settings - Fork 26
/
TreeNewBee.sh
34 lines (28 loc) · 2.46 KB
/
TreeNewBee.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
function perm
{
outarray=( "$@" )
local idx rand_idx tmp
for ((idx=$#-1; idx>0 ; idx--)) ; do
rand_idx=$(( RANDOM % (idx+1) ))
if (( rand_idx != idx )) ; then
tmp=${outarray[idx]}
outarray[idx]=${outarray[rand_idx]}
outarray[rand_idx]=$tmp
fi
done
}
IFS='、' read -r -a V <<< "皮实、复盘、赋能、加持、沉淀、倒逼、落地、串联、协同、反哺、兼容、包装、重组、履约、响应、量化、发力、布局、联动、细分、梳理、输出、加速、共建、共创、支撑、融合、解耦、聚合、集成、对标、对齐、聚焦、抓手、拆解、拉通、抽象、摸索、提炼、打通、吃透、迁移、分发、分层、封装、辐射、围绕、复用、渗透、扩展、开拓、给到、死磕、破圈"
IFS='、' read -r -a N2 <<< "漏斗、中台、闭环、打法、纽带、矩阵、刺激、规模、场景、维度、格局、形态、生态、话术、体系、认知、玩法、体感、感知、调性、心智、战役、合力、赛道、基因、因子、模型、载体、横向、通道、补位、链路、试点"
IFS='、' read -r -a N3 <<< "新生态、感知度、颗粒度、方法论、组合拳、引爆点、点线面、精细化、差异化、平台化、结构化、影响力、耦合性、易用性、便捷性、一致性、端到端、短平快、护城河"
IFS='、' read -r -a N4 <<< "底层逻辑、顶层设计、交付价值、生命周期、价值转化、强化认知、资源倾斜、完善逻辑、抽离透传、复用打法、商业模式、快速响应、定性定量、关键路径、去中心化、结果导向、垂直领域、归因分析、体验度量、信息屏障"
declare -a outarray
perm "${V[@]}"
V=("${outarray[@]}")
perm "${N2[@]}"
N2=("${outarray[@]}")
perm "${N3[@]}"
N3=("${outarray[@]}")
perm "${N4[@]}"
N4=("${outarray[@]}")
printf "%s是%s%s,%s行业%s。%s是%s%s%s,通过%s和%s达到%s。%s是在%s采用%s打法达成%s。%s%s作为%s为产品赋能,%s作为%s的评判标准。亮点是%s,优势是%s。%s整个%s,%s%s%s%s。%s是%s达到%s标准。" \
"${N4[0]}" "${V[0]}" "${N4[1]}" "${V[1]}" "${N3[0]}" "${N4[2]}" "${V[2]}" "${N2[0]}" "${N4[3]}" "${N3[1]}" "${N3[2]}" "${N3[3]}" "${N4[4]}" "${N4[5]}" "${N2[1]}" "${N4[6]}" "${N4[7]}" "${N4[8]}" "${N2[2]}" "${N4[9]}" "${N2[3]}" "${N2[4]}" "${N2[5]}" "${V[3]}" "${N4[10]}" "${V[4]}" "${N2[6]}" "${V[5]}" "${N4[11]}" "${N3[4]}" "${N3[5]}" "${N3[6]}"