#!/bin/bash

timestamp=$(date +%Y%m%d_%H%M%S)

outFile=program_${timestamp}.log

stdbuf -oL ./FSUDAQ_Qt6  | tee $outFile