#!/bin/bash


source scripts.sh

go()
{
    build_tau
    run_tau
}
(time go 2>&1) 2>&1 | tee tau.log
