Files
vision_sjtu_19/tools/auto-pull.sh
2019-07-15 09:56:05 +08:00

8 lines
92 B
Bash
Executable File

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