Finish removing old gitmodules stuff that should've never lasted this

long
This commit is contained in:
Zach Brown
2014-11-29 23:59:27 -08:00
parent 2a9fde22dd
commit dd4fea747e
2 changed files with 2 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
#!/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