mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Initial commit - hello future of Spigot!
This commit is contained in:
10
upstreamMerge.sh
Executable file
10
upstreamMerge.sh
Executable 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
|
Reference in New Issue
Block a user