Add upstreamMerge script to paper tool

This commit is contained in:
Zach Brown 2016-08-19 16:00:59 -05:00
parent d9afd08cee
commit c1932e0290
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
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
)