From eb6ffd963b3084e6f4499f400cea7f49d5f6b595 Mon Sep 17 00:00:00 2001 From: xinyang <895639507@qq.com> Date: Tue, 2 Jul 2019 20:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90=E8=87=AA=E5=8A=A8pull?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/auto-pull.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/auto-pull.sh diff --git a/tools/auto-pull.sh b/tools/auto-pull.sh new file mode 100755 index 0000000..75effba --- /dev/null +++ b/tools/auto-pull.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd $(dirname $0)/../ +timeout 8 git pull +cd cmake-build-debug +make -j4