We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1535ae1 commit bb807fbCopy full SHA for bb807fb
1 file changed
codes/linux/ops/soft/main.sh
@@ -10,6 +10,7 @@ cat << EOF
10
EOF
11
12
path=$(cd "$(dirname "$0")"; pwd)
13
+main() {
14
PS3="Please select script type: "
15
select item in "git" "zsh" "jdk" "maven" "nodejs" "mongodb" "redis" "tomcat" "kafka" "rocketmq" "zookeeper"
16
do
@@ -33,4 +34,7 @@ case ${item} in
33
34
esac
35
break
36
done
37
+}
38
39
+######################################## MAIN ########################################
40
+main
0 commit comments