mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-16 23:35:22 +01:00
4 lines
132 B
Bash
4 lines
132 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git submodule update --init && ./scripts/applyPatches.sh && pushd Waterfall-Proxy && mvn clean package && popd
|