OpenCores
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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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