OpenCores
URL https://opencores.org/ocsvn/wdsp/wdsp/trunk

Subversion Repositories wdsp

[/] [wdsp/] [trunk/] [sw/] [utils/] [marksec] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 parrado
#!/bin/sh
2
 
3
LINE_NB=`wc -l < $1`
4
MIN=`expr $LINE_NB - 1`
5
 
6
echo "ffffffff" > $2
7
tail -$MIN $1 >> $2
8
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.