File: go-all.sh

package info (click to toggle)
alliance 5.0-20120515-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 70,180 kB
  • sloc: ansic: 350,295; vhdl: 34,227; yacc: 27,122; sh: 12,416; cpp: 9,478; makefile: 7,055; lex: 3,684
file content (9 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

for I in *0*.u
do
  BENCH=`basename $I .u`
  echo $BENCH
  ./go-bench.sh $BENCH
done