add plotting scripts to cvs
[IRC.git] / Robust / TransSim / qprocess
1 #!/bin/bash
2 for i in KMeans Labyrinth3D Genome Vacation Yada Intruder Bayes SSCA2
3 #for i in Vacation Yada Intruder Bayes SSCA2
4 do
5 for t in 2 4 8
6 do
7 grep -e Abort -e Stall log${i}_${t} > log${i}_${t}filter2
8 done
9 done