Waterfall/build.sh

5 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
git submodule update --init && ./applyPatches.sh && pushd Waterfall-Proxy && mvn clean package && popd