From 0bc5954f6a4da6cbf3959ba9f706747a1e004e12 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sat, 14 Aug 2021 03:08:58 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/1.sh b/Scripts/sh/1.sh index b972833..5ed19d7 100644 --- a/Scripts/sh/1.sh +++ b/Scripts/sh/1.sh @@ -12,8 +12,8 @@ opt(){ echo -n -e "\e[36m输入您的选择->\e[0m" } -warn() { - echo -e "\e[31m$1 \e[0m\n" +warn(){ + echo -e "\e[31m$1 \e[0m\n" } warn "大道至简"