URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [sw/] [utils/] [merge2srec] - Rev 25
Compare with Previous | Blame | View Log
#!/bin/shLINE_NB=`wc -l < $1`MIN=`expr $LINE_NB - 1`head -$MIN $1 > out.exocat $2 >> out.exotail -1 $1 >> out.exo
