1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-29 11:07:59 +01:00
PaperMC/build.sh
2016-03-18 01:50:06 -04:00

6 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