#!/bin/sh

cd ..
mkdir git
cd git
git clone ../app .
make test
