URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [orp/] [orp_soc/] [sw/] [utils/] [marksec] - Rev 1779
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