Automatically record stdout/stderr in output directory
now I run all my testing sequence with myTestingSequence.sh 2>&1 | tee log.txt
but IMO it would be great to include by default the stdout and stderr as separate files in the output directory of each scan.