mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-07 03:02:18 +01:00
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git submodule update --recursive --init && ./applyPatches.sh && pushd Travertine-Proxy && mvn clean package && popd
|