#!/bin/bash
cd ./helper &&
mvn clean install &&
cd ../mirror &&
./build.sh &&
cd ../reverse &&
cd ../forward &&
./build.sh &