From 9b62e84cdac2be7fb8f6de8fd3d6bf3eed3fbec1 Mon Sep 17 00:00:00 2001
From: "iyuu.cn" <367013672@qq.com>
Date: Sun, 23 Feb 2020 16:25:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5git=E8=87=AA=E5=8A=A8?=
 =?UTF-8?q?=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

---
 config/git_pull.sh | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 config/git_pull.sh

diff --git a/config/git_pull.sh b/config/git_pull.sh
new file mode 100644
index 0000000..c485606
--- /dev/null
+++ b/config/git_pull.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /root/IYUUAutoReseed
+git pull