#!/bin/sh


source scripts.sh


go()
{
    tau
    thirdparty
    checkout
    configuretau
    buildtau
    runtau
#    configure
#    build
#    run

}

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