Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:25

0001 #!/bin/sh
0002 
0003 #runs SRP in dump mode and displays contents of TT and SRP files 
0004 #with each line prefixed by '[OVAL]'. Used by Oval validation tests
0005 
0006 cat SRF.txt TTF.txt AF.txt | sed 's/\(.*\)/\[OVAL\] \1/'