mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-25 03:35:18 +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
|