7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
timestamp=$(date +%Y%m%d_%H%M%S)
|
|
|
|
outFile=program_${timestamp}.log
|
|
|
|
stdbuf -oL ./FSUDAQ_Qt6 | tee $outFile |