mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-04-15 00:05:52 +02: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
|
|
|