add FSUDAQ bash script, to pipe the stout to a log file

This commit is contained in:
Ryan Tang 2024-09-09 14:38:08 -04:00
parent d738971435
commit d8c6fa2246

7
FSUDAQ Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
timestamp=$(date +%Y%m%d_%H%M%S)
outFile=program_${timestamp}.log
stdbuf -oL ./FSUDAQ_Qt6 | tee $outFile