#!/bin/bash


source scripts.sh

go()
{
    build_notau
    run_notau
}
(time go 2>&1) 2>&1 | tee notau.log
