7 lines
155 B
Bash
Executable file
7 lines
155 B
Bash
Executable file
git pull &&
|
|
cd mods/ctf_pvp_engine &&
|
|
git pull origin master &&
|
|
cd ../crafting &&
|
|
git pull origin master &&
|
|
cd ../.. &&
|
|
./build.sh ../games/capturetheflag
|