Add upstreamMerge.sh and update CB submodule

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

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