6 lines
111 B
Bash
6 lines
111 B
Bash
|
git pull &&
|
||
|
cd mods/ctf_pvp_engine &&
|
||
|
git pull origin master &&
|
||
|
cd ../.. &&
|
||
|
./build.sh ../games/capturetheflag
|