URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [utils/] [marksec] - Rev 23
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh
LINE_NB=`wc -l < $1`
MIN=`expr $LINE_NB - 1`
echo "ffffffff" > $2
tail -$MIN $1 >> $2
Go to most recent revision | Compare with Previous | Blame | View Log