7 lines
122 B
Text
7 lines
122 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd /benchmarks/spec/bzip200/
|
||
|
/sbin/m5 resetstats
|
||
|
/benchmarks/spec/bzip200/bzip2 lgred.graphic 1
|
||
|
/sbin/m5 exit
|