From 0042b8ab5a74dc8f18f11dab8707aba33cb05269 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sat, 14 Aug 2021 03:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/1.sh b/Scripts/sh/1.sh index 5ed19d7..d58ef29 100644 --- a/Scripts/sh/1.sh +++ b/Scripts/sh/1.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -log() { +log(){ echo -e "\e[32m\n$1 \e[0m\n" } -inp() { +inp(){ echo -e "\e[33m\n$1 \e[0m\n" } @@ -18,6 +18,7 @@ warn(){ warn "大道至简" inp "选择你想部署的 docker 项目:\n1) qinglong 2) V4 3) elecV2P 4) HHL 5) JS_TOOL 6) helloword(sakura)" +opt read option case $option in 1) project="ql"