1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-25 01:25:03 +01:00
PaperMC/build.sh

4 lines
146 B
Bash
Raw Normal View History

#!/bin/bash
2016-02-29 17:09:49 -06:00
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh && mvn clean install && ./paperclip.sh