From 58bbdfd57c8791dc9e26d66b415c1579aa72b623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Tue, 29 Mar 2022 12:34:22 +0800 Subject: [PATCH] update --- get.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 get.bat diff --git a/get.bat b/get.bat new file mode 100644 index 00000000..66031b93 --- /dev/null +++ b/get.bat @@ -0,0 +1,8 @@ +git checkout master +git pull +python 国外版.py +python 国内版.py +git add . +git commit -m "update" +git push +pause \ No newline at end of file