#!/bin/sh

git clone https://github.com/cask/cask ~/.cask
export PATH=$HOME/.cask/bin:$PATH


cd ..
mkdir copy
cd copy
cp -rf ../app/* .
rm makefile-local

make test
