#!/bin/bash

source scripts.sh

go()
{
    get_flash
    get_hdf5
    get_tau
}
(time go 2>&1) 2>&1 | tee setup.log
