mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-04 18:01:17 +01:00
7 lines
176 B
Bash
Executable File
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
|