#!/bin/bash

REPO="http://www.nic.uoregon.edu/~amorris/regression"

wget $REPO/apps/facets/sigma/env.sh
wget $REPO/apps/facets/sigma/go.sh

chmod +x env.sh go.sh

(time ./go.sh 2>&1) 2>&1 | tee go.log
