Initial commit - hello future of Spigot!

This commit is contained in:
md_5
2013-01-15 12:18:40 +11:00
commit 017a98eb68
24 changed files with 6974 additions and 0 deletions

10
upstreamMerge.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
basedir=$(dirname $(readlink -f $0))
function update {
cd $basedir/$1
git fetch && git reset --hard origin/master
cd ../
git add $1
}
update Bukkit
update CraftBukkit