From f5c584d8a82b7524c6036b01c821a39d9e2650cf Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Mon, 14 Mar 2022 20:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushToGit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pushToGit.sh b/pushToGit.sh index 8e20767..4c5d499 100755 --- a/pushToGit.sh +++ b/pushToGit.sh @@ -6,4 +6,6 @@ if [$input == null] || [$input == ""];then else git add .&&git commit -m "$input"&&git push origin master fi -echo "上传完成" \ No newline at end of file +echo "上传完成" + +