补齐自动pull代码。
This commit is contained in:
6
tools/auto-pull.sh
Executable file
6
tools/auto-pull.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname $0)/../
|
||||
timeout 8 git pull
|
||||
cd cmake-build-debug
|
||||
make -j4
|
||||
Reference in New Issue
Block a user