Waterfall/build.sh
2016-06-29 19:54:36 -05:00

5 lines
125 B
Bash
Executable File

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