mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-08 11:40:38 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git submodule update --init && ./applyPatches.sh && pushd Waterfall-Proxy && mvn clean package && popd
|
||
|
|