Paper/build.sh
2016-03-18 01:50:06 -04:00

7 lines
176 B
Bash
Executable file

#!/bin/bash
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
if [ "$1" == "--jar" ]; then
mvn clean install && ./paperclip.sh
fi