Files
amadeus_26_fb/tools/auto-pull.sh
2019-07-02 20:58:10 +08:00

7 lines
83 B
Bash
Executable File

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