7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/../
|
|
timeout 8 git pull
|
|
cd cmake-build-debug
|
|
make -j4
|