mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-05 10:10:32 +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
|
||
|
|