From bb807fb123b2cfee65c30ecba8f7b0b1e74d8bf3 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Tue, 7 May 2019 15:24:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/linux/ops/soft/main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codes/linux/ops/soft/main.sh b/codes/linux/ops/soft/main.sh index fff6256..29fb8a5 100644 --- a/codes/linux/ops/soft/main.sh +++ b/codes/linux/ops/soft/main.sh @@ -10,6 +10,7 @@ cat << EOF EOF path=$(cd "$(dirname "$0")"; pwd) +main() { PS3="Please select script type: " select item in "git" "zsh" "jdk" "maven" "nodejs" "mongodb" "redis" "tomcat" "kafka" "rocketmq" "zookeeper" do @@ -33,4 +34,7 @@ case ${item} in esac break done +} +######################################## MAIN ######################################## +main