mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-18 05:43:49 -07:00
Add upstreamMerge.sh and update CB submodule
This commit is contained in:
Submodule CraftBukkit updated: a66b965847...75593ab621
15
upstreamMerge.sh
Executable file
15
upstreamMerge.sh
Executable 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
|
||||||
|
|
Reference in New Issue
Block a user