mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-08 03:39:48 +01:00
7 lines
177 B
Bash
Executable File
7 lines
177 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
|