diff --git a/FSUDAQ b/FSUDAQ new file mode 100755 index 0000000..04a3b23 --- /dev/null +++ b/FSUDAQ @@ -0,0 +1,7 @@ +#!/bin/bash + +timestamp=$(date +%Y%m%d_%H%M%S) + +outFile=program_${timestamp}.log + +stdbuf -oL ./FSUDAQ_Qt6 | tee $outFile \ No newline at end of file