PandaCord/build.sh
2021-08-12 18:27:57 +02:00

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