#! /bin/sh
git clone https://github.com/taweili/openblocks.git && \
cd openblocks && \
mvn install && \
cd .. && \
rm -rf openblocks
