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