raw evaluation numbers for the mp3decoder
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3Decoder / mp3samples2plotData.sh
1 #!/bin/bash
2
3 X=converterTempFile
4
5 # first gobble up any lines of SSJAVA talk
6 # then the benchmark's preamble up to the sentinel: +++
7 sed -e '/^SSJAVA:/ d' -e '1,/+++/ d' $1 > $X  
8
9 mv $X $1