URL
https://opencores.org/ocsvn/fwrisc/fwrisc/trunk
Subversion Repositories fwrisc
[/] [fwrisc/] [trunk/] [ve/] [fwrisc_fpga/] [sim/] [mk_testlist.sh] - Rev 2
Compare with Previous | Blame | View Log
test="" while read line; do is_category=`echo $line | sed -e 's/^.*\.$/true/g'` if test "x$is_category" = "xtrue"; then test=$line else echo "${test}${line}" fi done