Add upstreamMerge.sh and update CB submodule

This commit is contained in:
Zach Brown 2016-01-26 00:04:43 -06:00
parent c86923f08f
commit ec7bb38953
2 changed files with 16 additions and 1 deletions

@ -1 +1 @@
Subproject commit a66b96584771093d7199eff150161b83384b7056
Subproject commit 75593ab621f26c3954bff13057d2ed6720da7592

15
upstreamMerge.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
PS1="$"
basedir=`pwd`
function update {
cd "$basedir/$1"
git fetch && git reset --hard origin/master
cd ../
git add $1
}
update Bukkit
update CraftBukkit