#!/bin/sh -e

cd ~/ghc
./darcs-all pull -a
cd /mnt/ubuntu
mkdir validate
cd validate
~/lndir ~/ghc
CPUS=2 ./validate

