补齐自动pull代码。

This commit is contained in:
xinyang
2019-07-02 20:58:10 +08:00
parent 14d1544113
commit eb6ffd963b

6
tools/auto-pull.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd $(dirname $0)/../
timeout 8 git pull
cd cmake-build-debug
make -j4