Skip to content

Commit bb807fb

Browse files
committed
更新脚本
1 parent 1535ae1 commit bb807fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

codes/linux/ops/soft/main.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cat << EOF
1010
EOF
1111

1212
path=$(cd "$(dirname "$0")"; pwd)
13+
main() {
1314
PS3="Please select script type: "
1415
select item in "git" "zsh" "jdk" "maven" "nodejs" "mongodb" "redis" "tomcat" "kafka" "rocketmq" "zookeeper"
1516
do
@@ -33,4 +34,7 @@ case ${item} in
3334
esac
3435
break
3536
done
37+
}
3638

39+
######################################## MAIN ########################################
40+
main

0 commit comments

Comments
 (0)