#!/bin/sh
#Dynamatic startup wrapper
#Author: Andrea Guerrieri andrea.guerrieri@epfl.ch
#Version:0.0

export TODAY_IS=`date +%F%H%M%S`
 
stdbuf -o0 dhls $1 2>&1 | tee dynamatic_$TODAY_IS.log
