Waterfall/build.sh

4 lines
137 B
Bash
Raw Normal View History

2016-06-27 08:35:20 +02:00
#!/usr/bin/env bash
2016-06-30 00:34:07 +02:00
git submodule update --recursive --init && ./applyPatches.sh && pushd Travertine-Proxy && mvn clean package && popd