Add upstreamMerge script to paper tool

This commit is contained in:
Zach Brown
2016-08-19 16:00:59 -05:00
parent 3820e163d4
commit 2bf8ae3251
2 changed files with 9 additions and 0 deletions

View File

@ -16,4 +16,9 @@ function update {
update Bukkit
update CraftBukkit
update Spigot
if [[ "$2" = "all" ]] ; then
update BuildData
update Paperclip
fi
)