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