From 3e4faa75fec3f3ff3881b4e105f7856127bf31fc Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Mon, 29 Mar 2021 10:45:07 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=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 --- ja.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ja.sh b/ja.sh index 6d753b1..c80a3e5 100644 --- a/ja.sh +++ b/ja.sh @@ -15,6 +15,12 @@ case "$1" in 'updv') bin/updVersion.sh $2 ;; + 'pd') + bin/push-dev.sh + ;; + 'p') + bin/push.sh + ;; *) help esac -- GitLab