Waterfall/build.sh
2016-06-29 17:34:07 -05: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