Paper/build.sh

7 lines
176 B
Bash
Raw Normal View History

#!/bin/bash
2016-03-18 05:50:06 +00:00
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
if [ "$1" == "--jar" ]; then
mvn clean install && ./paperclip.sh
fi