From 1e93d2426096964acb4b4f1b9f892db9efc813af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E8=8F=AF?= Date: Sat, 18 Feb 2023 03:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=84=9A=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..884cb05 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# 服务器跟随更新 +ssh root@106.15.192.42 "cd ~/drawing; git pull;" \ No newline at end of file